#0D0373

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

Shades of Navy #0D0373

Tints of Navy #0D0373

Color information

#0D0373 (or 0x0D0373) is unknown color: approx Navy. HEX triplet: 0D, 03 and 73. RGB value is (13,3,115). Sum of RGB (Red+Green+Blue) = 13+3+115=131 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.92% from 131); Green value is 3 (1.56% from 255 or 2.29% 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 #0D0373 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D0373 is #F2FC8C. Grayscale: #121212. Windows color (decimal): -15924365 or 7537421. OLE color: 7537421.

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

Color convert

RGB133115-
CMYK0.890.9700.55
HSL245.36º94.92%23.14%-
HSV(B)245.36º97.39%45.1%-
XYZ3.291.3916.31-
YUV18.76182.31123.89-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.92%
GREEN value IS 3 (1.56% from 255) = 2.29%
BLUE value IS 115 (45.31% from 255) = 87.79%
R=9.92%
G=2.29%
B=87.79%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1331150.890.9700.55245.3694.9223.14
HexD3735961037f55f17
Octal15316313114106736513727
Binary110111111001110110011100001011011111110101101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,3,115); }

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

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

 a { background-color: rgb(13,3,115); }

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

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

 span { border-color: rgb(13,3,115); }

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