Color Hex Logo

#0f295b Color Hex

#0F295B
(15,41,91)
0 Favorites   0 Comments

Color spaces of #0f295b

RGB 154191
HSL0.610.720.21
HSV219°84°36°
CMYK 0.840.550.00   0.64
XYZ2.87832.442810.2173
Yxy2.44280.18520.1572
Hunter Lab15.62955.5208-27.8185
CIE-Lab17.657910.7712-32.8534

#0f295b color RGB value is (15,41,91).

#0f295b hex color red value is 15, green value is 41 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #0f295b hue: 0.61 , saturation: 0.72 and the lightness value of 0f295b is 0.21.

The process color (four color CMYK) of #0f295b color hex is 0.84, 0.55, 0.00, 0.64. Web safe color of #0f295b is #003366. Color #0f295b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 00101001 01011011
Octal 17 51 133
Decimal 15 41 91
Hex F 29 5B

RGB Percentages of Color #0f295b

%10.20
%27.89
%61.90

CMYK Percentages of Color #0f295b

%84
%55
%0
%64

Triadic Colors of #0f295b

#0f295b #5b0f29 #295b0f

Analogous Colors of #0f295b

#0f295b #1b0f5b #0f4f5b

Monochromatic Colors of #0f295b

#0f295b

Complementary Color

#0f295b #5b410f

#0f295b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f295b Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f295b Color CSS Codes

.mybgcolor {background-color:#0f295b; } 
.myforecolor {color:#0f295b; }
.mybordercolor {border:3px solid #0f295b; }

#0f295b Text Font Color

<p style="color:#0f295b">Text here</p>

This sample text font color is #0f295b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#0f295b Background Color

<div style="background-color:#0f295b">
Div content here</div>

This div background color is #0f295b


#0f295b Border Color

<div style="border:3px solid #0f295b">
Div here</div>

This div border color is #0f295b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(15,41,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0f295b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0f295b;
  -webkit-box-shadow: 1px 1px 3px 2px #0f295b;
  box-shadow:         1px 1px 3px 2px #0f295b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(15,41,91, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #0f295b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #0f295b;
  -webkit-box-shadow: 1px 1px 3px 2px #0f295b;
  box-shadow:         1px 1px 3px 2px #0f295b;">
Div content here</div>

This div box has shadow with color #0f295b


Comments

No comments written yet.

Please login to write comment.