Html Css Color HEX #04157F Navy

📋 copy color: '#04157F'

red 4 ◦ green 21 ◦ blue 127

#04157F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy #04157F

Tints of Navy #04157F

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 value IS 0.97

 M value IS 0.83

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#04157F (or 0x04157F) is known color: 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

RGB 4 21 127 -
CMYK 0.97 0.83 0 0.50
HSL 231.71º 0.94% 0.26% -
HSV(B) 231.71º 0.97% 0.5% -
XYZ 4.15 2.09 20.26 -
YUV 28 183.87 110.88 -
System Red Green Blue C M Y K H S L
Decimal 4 21 127 0.97 0.83 0 0.50 231.71 0.94 0.26
Hex 4 15 7F 61 53 0 32 E8 5E 1A
Octal 4 25 177 141 123 0 62 350 136 32
Binary 100 10101 1111111 1100001 1010011 0 110010 11101000 1011110 11010

Color Harmonies of #04157F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04157F

Black with #04157F

Text Example


Text Example

White with #04157F

Text Example


Text Example

HTML Codes & Css Web 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>