#0B036F

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

Shades of Navy #0B036F

Tints of Navy #0B036F

Color information

#0B036F (or 0x0B036F) is unknown color: approx Navy. HEX triplet: 0B, 03 and 6F. RGB value is (11,3,111). Sum of RGB (Red+Green+Blue) = 11+3+111=125 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.8% from 125); Green value is 3 (1.56% from 255 or 2.4% from 125); Blue value is 111 (43.75% from 255 or 88.8% from 125); Max value from RGB is 111 - color contains mainly: blue. Hex color #0B036F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B036F is #F4FC90. Grayscale: #111111. Windows color (decimal): -16055441 or 7275275. OLE color: 7275275.

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

Color convert

RGB113111-
CMYK0.900.9700.56
HSL244.44º94.74%22.35%-
HSV(B)244.44º97.3%43.53%-
XYZ3.041.2815.13-
YUV17.7180.65123.22-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.8%
GREEN value IS 3 (1.56% from 255) = 2.4%
BLUE value IS 111 (43.75% from 255) = 88.8%
R=8.8%
G=2.4%
B=88.8%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131110.900.9700.56244.4494.7422.35
HexB36F5A61038f45f16
Octal13315713214107036413726
Binary101111110111110110101100001011100011110100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B036F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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