#0B0572

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

Shades of Navy #0B0572

Tints of Navy #0B0572

Color information

#0B0572 (or 0x0B0572) is unknown color: approx Navy. HEX triplet: 0B, 05 and 72. RGB value is (11,5,114). Sum of RGB (Red+Green+Blue) = 11+5+114=130 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.46% from 130); Green value is 5 (2.34% from 255 or 3.85% from 130); Blue value is 114 (44.92% from 255 or 87.69% from 130); Max value from RGB is 114 - color contains mainly: blue. Hex color #0B0572 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0572 is #F4FA8D. Grayscale: #121212. Windows color (decimal): -16054926 or 7472395. OLE color: 7472395.

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

Color convert

RGB115114-
CMYK0.900.9600.55
HSL243.3º91.6%23.33%-
HSV(B)243.3º95.61%44.71%-
XYZ3.231.3916.02-
YUV19.22181.49122.14-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.46%
GREEN value IS 5 (2.34% from 255) = 3.85%
BLUE value IS 114 (44.92% from 255) = 87.69%
R=8.46%
G=3.85%
B=87.69%

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
Decimal1151140.900.9600.55243.391.623.33
HexB5725A60037f35c17
Octal13516213214006736313427
Binary1011101111001010110101100000011011111110011101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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