Color Hex Logo

#0b2fa6 Color Hex

#0B2FA6
(11,47,166)
0 Favorites   0 Comments

Color spaces of #0b2fa6

RGB 1147166
HSL0.630.880.35
HSV226°93°65°
CMYK 0.930.720.00   0.35
XYZ8.03754.857436.5903
Yxy4.85740.16240.0982
Hunter Lab22.039526.5273-83.0064
CIE-Lab26.324637.0309-66.0748

#0b2fa6 color RGB value is (11,47,166).

#0b2fa6 hex color red value is 11, green value is 47 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #0b2fa6 hue: 0.63 , saturation: 0.88 and the lightness value of 0b2fa6 is 0.35.

The process color (four color CMYK) of #0b2fa6 color hex is 0.93, 0.72, 0.00, 0.35. Web safe color of #0b2fa6 is #003399. Color #0b2fa6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 00101111 10100110
Octal 13 57 246
Decimal 11 47 166
Hex B 2F A6

RGB Percentages of Color #0b2fa6

%4.91
%20.98
%74.11

CMYK Percentages of Color #0b2fa6

%93
%72
%0
%35

Triadic Colors of #0b2fa6

#0b2fa6 #a60b2f #2fa60b

Analogous Colors of #0b2fa6

#0b2fa6 #340ba6 #0b7da6

Monochromatic Colors of #0b2fa6

#0b2fa6

Complementary Color

#0b2fa6 #a6820b

#0b2fa6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b2fa6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b2fa6 Color CSS Codes

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

#0b2fa6 Text Font Color

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

This sample text font color is #0b2fa6
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.


#0b2fa6 Background Color

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

This div background color is #0b2fa6


#0b2fa6 Border Color

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

This div border color is #0b2fa6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(11,47,166, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0b2fa6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0b2fa6;
  -webkit-box-shadow: 1px 1px 3px 2px #0b2fa6;
  box-shadow:         1px 1px 3px 2px #0b2fa6; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(11,47,166, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b2fa6


Comments

No comments written yet.

Please login to write comment.