Html Css Color HEX #041081 Navy

📋 copy color: '#041081'

red 4 ◦ green 16 ◦ blue 129

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

Shades of Navy #041081

Tints of Navy #041081

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.74%

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

R = 2.68%
G = 10.74%
B = 86.58%

CMYK

 C value IS 0.97

 M value IS 0.88

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#041081 (or 0x041081) is known color: Navy. HEX triplet: 04, 10 and 81. RGB value is (4,16,129). Sum of RGB (Red+Green+Blue) = 4+16+129=149 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.68% from 149); Green value is 16 (6.64% from 255 or 10.74% from 149); Blue value is 129 (50.78% from 255 or 86.58% from 149); Max value from RGB is 129 - color contains mainly: blue. Hex color #041081 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #041081 is #FBEF7E. Grayscale: #181818. Windows color (decimal): -16510847 or 8458244. OLE color: 8458244.

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

Color convert

RGB 4 16 129 -
CMYK 0.97 0.88 0 0.49
HSL 234.24º 0.94% 0.26% -
HSV(B) 234.24º 0.97% 0.51% -
XYZ 4.2 1.98 20.93 -
YUV 25.29 186.52 112.81 -
System Red Green Blue C M Y K H S L
Decimal 4 16 129 0.97 0.88 0 0.49 234.24 0.94 0.26
Hex 4 10 81 61 58 0 31 EA 5E 1A
Octal 4 20 201 141 130 0 61 352 136 32
Binary 100 10000 10000001 1100001 1011000 0 110001 11101010 1011110 11010

Color Harmonies of #041081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041081

Black with #041081

Text Example


Text Example

White with #041081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041081; }

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

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

background-color css

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

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

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

border-color css

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

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

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