#04157B

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

Shades of Navy #04157B

Tints of Navy #04157B

Color information

#04157B (or 0x04157B) is unknown color: approx Navy. HEX triplet: 04, 15 and 7B. RGB value is (4,21,123). Sum of RGB (Red+Green+Blue) = 4+21+123=148 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.70% from 148); Green value is 21 (8.59% from 255 or 14.19% from 148); Blue value is 123 (48.44% from 255 or 83.11% from 148); Max value from RGB is 123 - color contains mainly: blue. Hex color #04157B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04157B is #FBEA84. Grayscale: #1B1B1B. Windows color (decimal): -16509573 or 8066308. OLE color: 8066308.

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

Color convert

RGB421123-
CMYK0.970.8300.52
HSL231.43º93.7%24.9%-
HSV(B)231.43º96.75%48.24%-
XYZ3.891.9918.92-
YUV27.54181.87111.21-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.70%
GREEN value IS 21 (8.59% from 255) = 14.19%
BLUE value IS 123 (48.44% from 255) = 83.11%
R=2.70%
G=14.19%
B=83.11%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal4211230.970.8300.52231.4393.724.9
Hex4157B6153034e75e19
Octal42517314112306434713631
Binary10010101111101111000011010011011010011100111101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04157B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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