#0D037E

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

Shades of Navy #0D037E

Tints of Navy #0D037E

Color information

#0D037E (or 0x0D037E) is unknown color: approx Navy. HEX triplet: 0D, 03 and 7E. RGB value is (13,3,126). Sum of RGB (Red+Green+Blue) = 13+3+126=142 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.15% from 142); Green value is 3 (1.56% from 255 or 2.11% from 142); Blue value is 126 (49.61% from 255 or 88.73% from 142); Max value from RGB is 126 - color contains mainly: blue. Hex color #0D037E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D037E is #F2FC81. Grayscale: #131313. Windows color (decimal): -15924354 or 8258317. OLE color: 8258317.

HSL color Cylindrical-coordinate representation of color #0D037E: hue angle of 244.88º 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 #0D037E is Cyan = 0.90, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB133126-
CMYK0.900.9800.51
HSL244.88º95.35%25.29%-
HSV(B)244.88º97.62%49.41%-
XYZ3.961.6619.85-
YUV20.01187.81123-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.15%
GREEN value IS 3 (1.56% from 255) = 2.11%
BLUE value IS 126 (49.61% from 255) = 88.73%
R=9.15%
G=2.11%
B=88.73%

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
Decimal1331260.900.9800.51244.8895.3525.29
HexD37E5A62033f55f19
Octal15317613214206336513731
Binary110111111111010110101100010011001111110101101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D037E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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