Html Css Color HEX #041580 Navy

📋 copy color: '#041580'

red 4 ◦ green 21 ◦ blue 128

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

Shades of Navy #041580

Tints of Navy #041580

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.73%

 BLUE value IS 128 (50.39% from 255) = 83.66%

R = 2.61%
G = 13.73%
B = 83.66%

CMYK

 C value IS 0.97

 M value IS 0.84

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#041580 (or 0x041580) is known color: Navy. HEX triplet: 04, 15 and 80. RGB value is (4,21,128). Sum of RGB (Red+Green+Blue) = 4+21+128=153 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.61% from 153); Green value is 21 (8.59% from 255 or 13.73% from 153); Blue value is 128 (50.39% from 255 or 83.66% from 153); Max value from RGB is 128 - color contains mainly: blue. Hex color #041580 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #041580 is #FBEA7F. Grayscale: #1B1B1B. Windows color (decimal): -16509568 or 8393988. OLE color: 8393988.

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

Color convert

RGB 4 21 128 -
CMYK 0.97 0.84 0 0.50
HSL 231.77º 0.94% 0.26% -
HSV(B) 231.77º 0.97% 0.5% -
XYZ 4.21 2.12 20.61 -
YUV 28.12 184.37 110.8 -
System Red Green Blue C M Y K H S L
Decimal 4 21 128 0.97 0.84 0 0.50 231.77 0.94 0.26
Hex 4 15 80 61 54 0 32 E8 5E 1A
Octal 4 25 200 141 124 0 62 350 136 32
Binary 100 10101 10000000 1100001 1010100 0 110010 11101000 1011110 11010

Color Harmonies of #041580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041580

Black with #041580

Text Example


Text Example

White with #041580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041580; }

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

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

background-color css

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

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

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

border-color css

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

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

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