#0B026E

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

Shades of Navy #0B026E

Tints of Navy #0B026E

Color information

#0B026E (or 0x0B026E) is unknown color: approx Navy. HEX triplet: 0B, 02 and 6E. RGB value is (11,2,110). Sum of RGB (Red+Green+Blue) = 11+2+110=123 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.94% from 123); Green value is 2 (1.17% from 255 or 1.63% from 123); Blue value is 110 (43.36% from 255 or 89.43% from 123); Max value from RGB is 110 - color contains mainly: blue. Hex color #0B026E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B026E is #F4FD91. Grayscale: #101010. Windows color (decimal): -16055698 or 7209483. OLE color: 7209483.

HSL color Cylindrical-coordinate representation of color #0B026E: hue angle of 245º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0B026E is Cyan = 0.9, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB112110-
CMYK0.90.9800.57
HSL245º96.43%21.96%-
HSV(B)245º98.18%43.14%-
XYZ2.971.2414.83-
YUV17180.48123.72-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.94%
GREEN value IS 2 (1.17% from 255) = 1.63%
BLUE value IS 110 (43.36% from 255) = 89.43%
R=8.94%
G=1.63%
B=89.43%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1121100.90.9800.5724596.4321.96
HexB26E5A62039f56016
Octal13215613214207136514026
Binary101110110111010110101100010011100111110101110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B026E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,2,110); }

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

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

 a { background-color: rgb(11,2,110); }

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

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

 span { border-color: rgb(11,2,110); }

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