Html Css Color HEX #041481 Navy

📋 copy color: '#041481'

red 4 ◦ green 20 ◦ blue 129

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

Shades of Navy #041481

Tints of Navy #041481

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.07%

 BLUE value IS 129 (50.78% from 255) = 84.31%

R = 2.61%
G = 13.07%
B = 84.31%

CMYK

 C value IS 0.97

 M value IS 0.84

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#041481 (or 0x041481) is known color: Navy. HEX triplet: 04, 14 and 81. RGB value is (4,20,129). Sum of RGB (Red+Green+Blue) = 4+20+129=153 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.61% from 153); Green value is 20 (8.20% from 255 or 13.07% from 153); Blue value is 129 (50.78% from 255 or 84.31% from 153); Max value from RGB is 129 - color contains mainly: blue. Hex color #041481 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #041481 is #FBEB7E. Grayscale: #1B1B1B. Windows color (decimal): -16509823 or 8459268. OLE color: 8459268.

HSL color Cylindrical-coordinate representation of color #041481: hue angle of 232.32º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #041481 is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 4 20 129 -
CMYK 0.97 0.84 0 0.49
HSL 232.32º 0.94% 0.26% -
HSV(B) 232.32º 0.97% 0.51% -
XYZ 4.26 2.11 20.95 -
YUV 27.64 185.2 111.14 -
System Red Green Blue C M Y K H S L
Decimal 4 20 129 0.97 0.84 0 0.49 232.32 0.94 0.26
Hex 4 14 81 61 54 0 31 E8 5E 1A
Octal 4 24 201 141 124 0 61 350 136 32
Binary 100 10100 10000001 1100001 1010100 0 110001 11101000 1011110 11010

Color Harmonies of #041481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041481

Black with #041481

Text Example


Text Example

White with #041481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041481; }

 p { color: rgb(4,20,129); }

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

background-color css

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

 a { background-color: rgb(4,20,129); }

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

border-color css

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

 span { border-color: rgb(4,20,129); }

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