#04157E

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

Shades of Navy #04157E

Tints of Navy #04157E

Color information

#04157E (or 0x04157E) is unknown color: approx Navy. HEX triplet: 04, 15 and 7E. RGB value is (4,21,126). Sum of RGB (Red+Green+Blue) = 4+21+126=151 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.65% from 151); Green value is 21 (8.59% from 255 or 13.91% from 151); Blue value is 126 (49.61% from 255 or 83.44% from 151); Max value from RGB is 126 - color contains mainly: blue. Hex color #04157E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04157E is #FBEA81. Grayscale: #1B1B1B. Windows color (decimal): -16509570 or 8262916. OLE color: 8262916.

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

Color convert

RGB421126-
CMYK0.970.8300.51
HSL231.64º93.85%25.49%-
HSV(B)231.64º96.83%49.41%-
XYZ4.082.0719.92-
YUV27.89183.37110.96-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.65%
GREEN value IS 21 (8.59% from 255) = 13.91%
BLUE value IS 126 (49.61% from 255) = 83.44%
R=2.65%
G=13.91%
B=83.44%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal4211260.970.8300.51231.6493.8525.49
Hex4157E6153033e85e19
Octal42517614112306335013631
Binary10010101111111011000011010011011001111101000101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04157E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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