#0B026D

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

Shades of Navy #0B026D

Tints of Navy #0B026D

Color information

#0B026D (or 0x0B026D) is unknown color: approx Navy. HEX triplet: 0B, 02 and 6D. RGB value is (11,2,109). Sum of RGB (Red+Green+Blue) = 11+2+109=122 (16% of max value = 765). Red value is 11 (4.69% from 255 or 9.02% from 122); Green value is 2 (1.17% from 255 or 1.64% from 122); Blue value is 109 (42.97% from 255 or 89.34% from 122); Max value from RGB is 109 - color contains mainly: blue. Hex color #0B026D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B026D is #F4FD92. Grayscale: #101010. Windows color (decimal): -16055699 or 7143947. OLE color: 7143947.

HSL color Cylindrical-coordinate representation of color #0B026D: hue angle of 245.05º 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 #0B026D is Cyan = 0.90, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB112109-
CMYK0.900.9800.57
HSL245.05º96.4%21.76%-
HSV(B)245.05º98.17%42.75%-
XYZ2.921.2214.55-
YUV16.89179.98123.8-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 9.02%
GREEN value IS 2 (1.17% from 255) = 1.64%
BLUE value IS 109 (42.97% from 255) = 89.34%
R=9.02%
G=1.64%
B=89.34%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1121090.900.9800.57245.0596.421.76
HexB26D5A62039f56016
Octal13215513214207136514026
Binary101110110110110110101100010011100111110101110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B026D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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