#0D0572

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

Shades of Navy #0D0572

Tints of Navy #0D0572

Color information

#0D0572 (or 0x0D0572) is unknown color: approx Navy. HEX triplet: 0D, 05 and 72. RGB value is (13,5,114). Sum of RGB (Red+Green+Blue) = 13+5+114=132 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.85% from 132); Green value is 5 (2.34% from 255 or 3.79% from 132); Blue value is 114 (44.92% from 255 or 86.36% from 132); Max value from RGB is 114 - color contains mainly: blue. Hex color #0D0572 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D0572 is #F2FA8D. Grayscale: #131313. Windows color (decimal): -15923854 or 7472397. OLE color: 7472397.

HSL color Cylindrical-coordinate representation of color #0D0572: hue angle of 244.4º 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 #0D0572 is Cyan = 0.89, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB135114-
CMYK0.890.9600.55
HSL244.4º91.6%23.33%-
HSV(B)244.4º95.61%44.71%-
XYZ3.261.4116.02-
YUV19.82181.15123.14-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.85%
GREEN value IS 5 (2.34% from 255) = 3.79%
BLUE value IS 114 (44.92% from 255) = 86.36%
R=9.85%
G=3.79%
B=86.36%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1351140.890.9600.55244.491.623.33
HexD5725960037f45c17
Octal15516213114006736413427
Binary1101101111001010110011100000011011111110100101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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