Html Css Color HEX #04137D Navy

📋 copy color: '#04137D'

red 4 ◦ green 19 ◦ blue 125

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

Shades of Navy #04137D

Tints of Navy #04137D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 84.46%

R = 2.7%
G = 12.84%
B = 84.46%

CMYK

 C value IS 0.97

 M value IS 0.85

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#04137D (or 0x04137D) is known color: Navy. HEX triplet: 04, 13 and 7D. RGB value is (4,19,125). Sum of RGB (Red+Green+Blue) = 4+19+125=148 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.70% from 148); Green value is 19 (7.81% from 255 or 12.84% from 148); Blue value is 125 (49.22% from 255 or 84.46% from 148); Max value from RGB is 125 - color contains mainly: blue. Hex color #04137D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04137D is #FBEC82. Grayscale: #1A1A1A. Windows color (decimal): -16510083 or 8196868. OLE color: 8196868.

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

Color convert

RGB 4 19 125 -
CMYK 0.97 0.85 0 0.51
HSL 232.56º 0.94% 0.25% -
HSV(B) 232.56º 0.97% 0.49% -
XYZ 3.98 1.97 19.57 -
YUV 26.6 183.53 111.88 -
System Red Green Blue C M Y K H S L
Decimal 4 19 125 0.97 0.85 0 0.51 232.56 0.94 0.25
Hex 4 13 7D 61 55 0 33 E9 5E 19
Octal 4 23 175 141 125 0 63 351 136 31
Binary 100 10011 1111101 1100001 1010101 0 110011 11101001 1011110 11001

Color Harmonies of #04137D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04137D

Black with #04137D

Text Example


Text Example

White with #04137D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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