#0B046A

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

Shades of Navy #0B046A

Tints of Navy #0B046A

Color information

#0B046A (or 0x0B046A) is unknown color: approx Navy. HEX triplet: 0B, 04 and 6A. RGB value is (11,4,106). Sum of RGB (Red+Green+Blue) = 11+4+106=121 (16% of max value = 765). Red value is 11 (4.69% from 255 or 9.09% from 121); Green value is 4 (1.95% from 255 or 3.31% from 121); Blue value is 106 (41.80% from 255 or 87.60% from 121); Max value from RGB is 106 - color contains mainly: blue. Hex color #0B046A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B046A is #F4FB95. Grayscale: #111111. Windows color (decimal): -16055190 or 6947851. OLE color: 6947851.

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

Color convert

RGB114106-
CMYK0.900.9600.58
HSL244.12º92.73%21.57%-
HSV(B)244.12º96.23%41.57%-
XYZ2.781.213.72-
YUV17.72177.82123.21-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 9.09%
GREEN value IS 4 (1.95% from 255) = 3.31%
BLUE value IS 106 (41.80% from 255) = 87.60%
R=9.09%
G=3.31%
B=87.60%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1141060.900.9600.58244.1292.7321.57
HexB46A5A6003Af45d16
Octal13415213214007236413526
Binary1011100110101010110101100000011101011110100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B046A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,4,106); }

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

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

 a { background-color: rgb(11,4,106); }

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

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

 span { border-color: rgb(11,4,106); }

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