Html Css Color HEX #04137F Navy

📋 copy color: '#04137F'

red 4 ◦ green 19 ◦ blue 127

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

Shades of Navy #04137F

Tints of Navy #04137F

RGB

 RED value IS 4 (1.95% from 255) = 2.67%

 GREEN value IS 19 (7.81% from 255) = 12.67%

 BLUE value IS 127 (50% from 255) = 84.67%

R = 2.67%
G = 12.67%
B = 84.67%

CMYK

 C value IS 0.97

 M value IS 0.85

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#04137F (or 0x04137F) is known color: Navy. HEX triplet: 04, 13 and 7F. RGB value is (4,19,127). Sum of RGB (Red+Green+Blue) = 4+19+127=150 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.67% from 150); Green value is 19 (7.81% from 255 or 12.67% from 150); Blue value is 127 (50% from 255 or 84.67% from 150); Max value from RGB is 127 - color contains mainly: blue. Hex color #04137F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04137F is #FBEC80. Grayscale: #1A1A1A. Windows color (decimal): -16510081 or 8327940. OLE color: 8327940.

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

Color convert

RGB 4 19 127 -
CMYK 0.97 0.85 0 0.50
HSL 232.68º 0.94% 0.26% -
HSV(B) 232.68º 0.97% 0.5% -
XYZ 4.11 2.02 20.25 -
YUV 26.83 184.53 111.72 -
System Red Green Blue C M Y K H S L
Decimal 4 19 127 0.97 0.85 0 0.50 232.68 0.94 0.26
Hex 4 13 7F 61 55 0 32 E9 5E 1A
Octal 4 23 177 141 125 0 62 351 136 32
Binary 100 10011 1111111 1100001 1010101 0 110010 11101001 1011110 11010

Color Harmonies of #04137F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04137F

Black with #04137F

Text Example


Text Example

White with #04137F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #04137F;
 }
 .AnyTagClassName
 {
   color: #04137F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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