#04157F

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

Shades of Navy #04157F

Tints of Navy #04157F

Color information

#04157F (or 0x04157F) is unknown color: approx Navy. HEX triplet: 04, 15 and 7F. RGB value is (4,21,127). Sum of RGB (Red+Green+Blue) = 4+21+127=152 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.63% from 152); Green value is 21 (8.59% from 255 or 13.82% from 152); Blue value is 127 (50% from 255 or 83.55% from 152); Max value from RGB is 127 - color contains mainly: blue. Hex color #04157F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04157F is #FBEA80. Grayscale: #1B1B1B. Windows color (decimal): -16509569 or 8328452. OLE color: 8328452.

HSL color Cylindrical-coordinate representation of color #04157F: hue angle of 231.71º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04157F is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB421127-
CMYK0.970.8300.50
HSL231.71º93.89%25.69%-
HSV(B)231.71º96.85%49.8%-
XYZ4.152.0920.26-
YUV28183.87110.88-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.63%
GREEN value IS 21 (8.59% from 255) = 13.82%
BLUE value IS 127 (50% from 255) = 83.55%
R=2.63%
G=13.82%
B=83.55%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal4211270.970.8300.50231.7193.8925.69
Hex4157F6153032e85e1a
Octal42517714112306235013632
Binary10010101111111111000011010011011001011101000101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04157F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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