#0B0573

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

Shades of Navy #0B0573

Tints of Navy #0B0573

Color information

#0B0573 (or 0x0B0573) is unknown color: approx Navy. HEX triplet: 0B, 05 and 73. RGB value is (11,5,115). Sum of RGB (Red+Green+Blue) = 11+5+115=131 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.40% from 131); Green value is 5 (2.34% from 255 or 3.82% from 131); Blue value is 115 (45.31% from 255 or 87.79% from 131); Max value from RGB is 115 - color contains mainly: blue. Hex color #0B0573 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0573 is #F4FA8C. Grayscale: #121212. Windows color (decimal): -16054925 or 7537931. OLE color: 7537931.

HSL color Cylindrical-coordinate representation of color #0B0573: hue angle of 243.27º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B0573 is Cyan = 0.90, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB115115-
CMYK0.900.9600.55
HSL243.27º91.67%23.53%-
HSV(B)243.27º95.65%45.1%-
XYZ3.291.4216.32-
YUV19.33181.99122.06-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.40%
GREEN value IS 5 (2.34% from 255) = 3.82%
BLUE value IS 115 (45.31% from 255) = 87.79%
R=8.40%
G=3.82%
B=87.79%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151150.900.9600.55243.2791.6723.53
HexB5735A60037f35c18
Octal13516313214006736313430
Binary1011101111001110110101100000011011111110011101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,5,115); }

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

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

 a { background-color: rgb(11,5,115); }

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

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

 span { border-color: rgb(11,5,115); }

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