#04137C

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

Shades of Navy #04137C

Tints of Navy #04137C

Color information

#04137C (or 0x04137C) is unknown color: approx Navy. HEX triplet: 04, 13 and 7C. RGB value is (4,19,124). Sum of RGB (Red+Green+Blue) = 4+19+124=147 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.72% from 147); Green value is 19 (7.81% from 255 or 12.93% from 147); Blue value is 124 (48.83% from 255 or 84.35% from 147); Max value from RGB is 124 - color contains mainly: blue. Hex color #04137C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04137C is #FBEC83. Grayscale: #1A1A1A. Windows color (decimal): -16510084 or 8131332. OLE color: 8131332.

HSL color Cylindrical-coordinate representation of color #04137C: hue angle of 232.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 #04137C is Cyan = 0.97, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB419124-
CMYK0.970.8500.51
HSL232.5º93.75%25.1%-
HSV(B)232.5º96.77%48.63%-
XYZ3.921.9519.24-
YUV26.48183.03111.96-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.72%
GREEN value IS 19 (7.81% from 255) = 12.93%
BLUE value IS 124 (48.83% from 255) = 84.35%
R=2.72%
G=12.93%
B=84.35%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal4191240.970.8500.51232.593.7525.1
Hex4137C6155033e85e19
Octal42317414112506335013631
Binary10010011111110011000011010101011001111101000101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04137C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04137C; }

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

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

<style>
 a { background-color: #04137C; }

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

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

<style>
 span { border-color: #04137C; }

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

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