#04137E

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

Shades of Navy #04137E

Tints of Navy #04137E

Color information

#04137E (or 0x04137E) is unknown color: approx Navy. HEX triplet: 04, 13 and 7E. RGB value is (4,19,126). Sum of RGB (Red+Green+Blue) = 4+19+126=149 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.68% from 149); Green value is 19 (7.81% from 255 or 12.75% from 149); Blue value is 126 (49.61% from 255 or 84.56% from 149); Max value from RGB is 126 - color contains mainly: blue. Hex color #04137E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04137E is #FBEC81. Grayscale: #1A1A1A. Windows color (decimal): -16510082 or 8262404. OLE color: 8262404.

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

Color convert

RGB419126-
CMYK0.970.8500.51
HSL232.62º93.85%25.49%-
HSV(B)232.62º96.83%49.41%-
XYZ4.05219.91-
YUV26.71184.03111.8-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.68%
GREEN value IS 19 (7.81% from 255) = 12.75%
BLUE value IS 126 (49.61% from 255) = 84.56%
R=2.68%
G=12.75%
B=84.56%

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
Decimal4191260.970.8500.51232.6293.8525.49
Hex4137E6155033e95e19
Octal42317614112506335113631
Binary10010011111111011000011010101011001111101001101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04137E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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