Html Css Color HEX #040581 Navy

📋 copy color: '#040581'

red 4 ◦ green 5 ◦ blue 129

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

Shades of Navy #040581

Tints of Navy #040581

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.62%

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

R = 2.9%
G = 3.62%
B = 93.48%

CMYK

 C value IS 0.97

 M value IS 0.96

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#040581 (or 0x040581) is known color: Navy. HEX triplet: 04, 05 and 81. RGB value is (4,5,129). Sum of RGB (Red+Green+Blue) = 4+5+129=138 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.90% from 138); Green value is 5 (2.34% from 255 or 3.62% from 138); Blue value is 129 (50.78% from 255 or 93.48% from 138); Max value from RGB is 129 - color contains mainly: blue. Hex color #040581 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040581 is #FBFA7E. Grayscale: #121212. Windows color (decimal): -16513663 or 8455428. OLE color: 8455428.

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

Color convert

RGB 4 5 129 -
CMYK 0.97 0.96 0 0.49
HSL 239.52º 0.94% 0.26% -
HSV(B) 239.52º 0.97% 0.51% -
XYZ 4.07 1.72 20.89 -
YUV 18.84 190.17 117.42 -
System Red Green Blue C M Y K H S L
Decimal 4 5 129 0.97 0.96 0 0.49 239.52 0.94 0.26
Hex 4 5 81 61 60 0 31 F0 5E 1A
Octal 4 5 201 141 140 0 61 360 136 32
Binary 100 101 10000001 1100001 1100000 0 110001 11110000 1011110 11010

Color Harmonies of #040581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040581

Black with #040581

Text Example


Text Example

White with #040581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040581; }

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

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

background-color css

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

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

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

border-color css

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

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

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