#0D047C

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

Shades of Navy #0D047C

Tints of Navy #0D047C

Color information

#0D047C (or 0x0D047C) is unknown color: approx Navy. HEX triplet: 0D, 04 and 7C. RGB value is (13,4,124). Sum of RGB (Red+Green+Blue) = 13+4+124=141 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.22% from 141); Green value is 4 (1.95% from 255 or 2.84% from 141); Blue value is 124 (48.83% from 255 or 87.94% from 141); Max value from RGB is 124 - color contains mainly: blue. Hex color #0D047C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D047C is #F2FB83. Grayscale: #131313. Windows color (decimal): -15924100 or 8127501. OLE color: 8127501.

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

Color convert

RGB134124-
CMYK0.900.9700.51
HSL244.5º93.75%25.1%-
HSV(B)244.5º96.77%48.63%-
XYZ3.851.6319.18-
YUV20.37186.48122.74-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.22%
GREEN value IS 4 (1.95% from 255) = 2.84%
BLUE value IS 124 (48.83% from 255) = 87.94%
R=9.22%
G=2.84%
B=87.94%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1341240.900.9700.51244.593.7525.1
HexD47C5A61033f45e19
Octal15417413214106336413631
Binary1101100111110010110101100001011001111110100101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D047C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,4,124); }

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

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

 a { background-color: rgb(13,4,124); }

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

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

 span { border-color: rgb(13,4,124); }

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