#0B036B

Color #0B036B Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #0B036B

Tints of Navy #0B036B

Color information

#0B036B (or 0x0B036B) is unknown color: approx Navy. HEX triplet: 0B, 03 and 6B. RGB value is (11,3,107). Sum of RGB (Red+Green+Blue) = 11+3+107=121 (16% of max value = 765). Red value is 11 (4.69% from 255 or 9.09% from 121); Green value is 3 (1.56% from 255 or 2.48% from 121); Blue value is 107 (42.19% from 255 or 88.43% from 121); Max value from RGB is 107 - color contains mainly: blue. Hex color #0B036B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B036B is #F4FC94. Grayscale: #101010. Windows color (decimal): -16055445 or 7013131. OLE color: 7013131.

HSL color Cylindrical-coordinate representation of color #0B036B: hue angle of 244.62º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0B036B is Cyan = 0.90, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB113107-
CMYK0.900.9700.58
HSL244.62º94.55%21.57%-
HSV(B)244.62º97.2%41.96%-
XYZ2.821.213.99-
YUV17.25178.65123.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 11 (4.69% from 255) = 9.09%
GREEN value IS 3 (1.56% from 255) = 2.48%
BLUE value IS 107 (42.19% from 255) = 88.43%
R=9.09%
G=2.48%
B=88.43%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1131070.900.9700.58244.6294.5521.57
HexB36B5A6103Af55f16
Octal13315313214107236513726
Binary101111110101110110101100001011101011110101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B036B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B036B; }

 p { color: rgb(11,3,107); }

 H1.HeaderClassName
 {
   color: #0B036B;
 }
 .AnyTagClassName
 {
   color: #0B036B;
 }
</style>
background-color css

<style>
 a { background-color: #0B036B; }

 a { background-color: rgb(11,3,107); }

 div.DivClassName
 {
   background-color: #0B036B;
 }
 .BgClassName
 {
   background-color: #0B036B;
 }
</style>
border-color css

<style>
 span { border-color: #0B036B; }

 span { border-color: rgb(11,3,107); }

 td.TdClassName
 {
   border-color: #0B036B;
 }
 .TagClassName
 {
   border-color: #0B036B;
 }
</style>