Html Css Color HEX #041377 Navy

📋 copy color: '#041377'

red 4 ◦ green 19 ◦ blue 119

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

Shades of Navy #041377

Tints of Navy #041377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 83.8%

R = 2.82%
G = 13.38%
B = 83.8%

CMYK

 C value IS 0.97

 M value IS 0.84

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#041377 (or 0x041377) is known color: Navy. HEX triplet: 04, 13 and 77. RGB value is (4,19,119). Sum of RGB (Red+Green+Blue) = 4+19+119=142 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.82% from 142); Green value is 19 (7.81% from 255 or 13.38% from 142); Blue value is 119 (46.88% from 255 or 83.80% from 142); Max value from RGB is 119 - color contains mainly: blue. Hex color #041377 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041377 is #FBEC88. Grayscale: #191919. Windows color (decimal): -16510089 or 7803652. OLE color: 7803652.

HSL color Cylindrical-coordinate representation of color #041377: hue angle of 232.17º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #041377 is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 4 19 119 -
CMYK 0.97 0.84 0 0.53
HSL 232.17º 0.93% 0.24% -
HSV(B) 232.17º 0.97% 0.47% -
XYZ 3.61 1.82 17.61 -
YUV 25.92 180.53 112.37 -
System Red Green Blue C M Y K H S L
Decimal 4 19 119 0.97 0.84 0 0.53 232.17 0.93 0.24
Hex 4 13 77 61 54 0 35 E8 5D 18
Octal 4 23 167 141 124 0 65 350 135 30
Binary 100 10011 1110111 1100001 1010100 0 110101 11101000 1011101 11000

Color Harmonies of #041377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041377

Black with #041377

Text Example


Text Example

White with #041377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041377; }

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

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

background-color css

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

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

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

border-color css

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

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

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