#0D037D

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

Shades of Navy #0D037D

Tints of Navy #0D037D

Color information

#0D037D (or 0x0D037D) is unknown color: approx Navy. HEX triplet: 0D, 03 and 7D. RGB value is (13,3,125). Sum of RGB (Red+Green+Blue) = 13+3+125=141 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.22% from 141); Green value is 3 (1.56% from 255 or 2.13% from 141); Blue value is 125 (49.22% from 255 or 88.65% from 141); Max value from RGB is 125 - color contains mainly: blue. Hex color #0D037D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D037D is #F2FC82. Grayscale: #131313. Windows color (decimal): -15924355 or 8192781. OLE color: 8192781.

HSL color Cylindrical-coordinate representation of color #0D037D: hue angle of 244.92º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0D037D is Cyan = 0.90, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB133125-
CMYK0.900.9800.51
HSL244.92º95.31%25.1%-
HSV(B)244.92º97.6%49.02%-
XYZ3.91.6319.51-
YUV19.9187.31123.08-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.22%
GREEN value IS 3 (1.56% from 255) = 2.13%
BLUE value IS 125 (49.22% from 255) = 88.65%
R=9.22%
G=2.13%
B=88.65%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1331250.900.9800.51244.9295.3125.1
HexD37D5A62033f55f19
Octal15317513214206336513731
Binary110111111110110110101100010011001111110101101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D037D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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