Html Css Color HEX #041281 Navy

📋 copy color: '#041281'

red 4 ◦ green 18 ◦ blue 129

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

Shades of Navy #041281

Tints of Navy #041281

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.92%

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

R = 2.65%
G = 11.92%
B = 85.43%

CMYK

 C value IS 0.97

 M value IS 0.86

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#041281 (or 0x041281) is known color: Navy. HEX triplet: 04, 12 and 81. RGB value is (4,18,129). Sum of RGB (Red+Green+Blue) = 4+18+129=151 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.65% from 151); Green value is 18 (7.42% from 255 or 11.92% from 151); Blue value is 129 (50.78% from 255 or 85.43% from 151); Max value from RGB is 129 - color contains mainly: blue. Hex color #041281 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #041281 is #FBED7E. Grayscale: #1A1A1A. Windows color (decimal): -16510335 or 8458756. OLE color: 8458756.

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

Color convert

RGB 4 18 129 -
CMYK 0.97 0.86 0 0.49
HSL 233.28º 0.94% 0.26% -
HSV(B) 233.28º 0.97% 0.51% -
XYZ 4.23 2.04 20.94 -
YUV 26.47 185.86 111.97 -
System Red Green Blue C M Y K H S L
Decimal 4 18 129 0.97 0.86 0 0.49 233.28 0.94 0.26
Hex 4 12 81 61 56 0 31 E9 5E 1A
Octal 4 22 201 141 126 0 61 351 136 32
Binary 100 10010 10000001 1100001 1010110 0 110001 11101001 1011110 11010

Color Harmonies of #041281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041281

Black with #041281

Text Example


Text Example

White with #041281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041281; }

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

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

background-color css

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

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

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

border-color css

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

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

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