#0B0478

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

Shades of Navy #0B0478

Tints of Navy #0B0478

Color information

#0B0478 (or 0x0B0478) is unknown color: approx Navy. HEX triplet: 0B, 04 and 78. RGB value is (11,4,120). Sum of RGB (Red+Green+Blue) = 11+4+120=135 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.15% from 135); Green value is 4 (1.95% from 255 or 2.96% from 135); Blue value is 120 (47.27% from 255 or 88.89% from 135); Max value from RGB is 120 - color contains mainly: blue. Hex color #0B0478 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0478 is #F4FB87. Grayscale: #121212. Windows color (decimal): -16055176 or 7865355. OLE color: 7865355.

HSL color Cylindrical-coordinate representation of color #0B0478: hue angle of 243.62º degrees, saturation: 0.94, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0B0478 is Cyan = 0.91, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB114120-
CMYK0.910.9700.53
HSL243.62º93.55%24.31%-
HSV(B)243.62º96.67%47.06%-
XYZ3.571.5117.87-
YUV19.32184.82122.07-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.15%
GREEN value IS 4 (1.95% from 255) = 2.96%
BLUE value IS 120 (47.27% from 255) = 88.89%
R=8.15%
G=2.96%
B=88.89%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1141200.910.9700.53243.6293.5524.31
HexB4785B61035f45e18
Octal13417013314106536413630
Binary1011100111100010110111100001011010111110100101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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