Html Css Color HEX #041482 Navy

📋 copy color: '#041482'

red 4 ◦ green 20 ◦ blue 130

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

Shades of Navy #041482

Tints of Navy #041482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 84.42%

R = 2.6%
G = 12.99%
B = 84.42%

CMYK

 C value IS 0.97

 M value IS 0.85

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#041482 (or 0x041482) is known color: Navy. HEX triplet: 04, 14 and 82. RGB value is (4,20,130). Sum of RGB (Red+Green+Blue) = 4+20+130=154 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.60% from 154); Green value is 20 (8.20% from 255 or 12.99% from 154); Blue value is 130 (51.17% from 255 or 84.42% from 154); Max value from RGB is 130 - color contains mainly: blue. Hex color #041482 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #041482 is #FBEB7D. Grayscale: #1B1B1B. Windows color (decimal): -16509822 or 8524804. OLE color: 8524804.

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

Color convert

RGB 4 20 130 -
CMYK 0.97 0.85 0 0.49
HSL 232.38º 0.94% 0.26% -
HSV(B) 232.38º 0.97% 0.51% -
XYZ 4.33 2.14 21.3 -
YUV 27.76 185.7 111.06 -
System Red Green Blue C M Y K H S L
Decimal 4 20 130 0.97 0.85 0 0.49 232.38 0.94 0.26
Hex 4 14 82 61 55 0 31 E8 5E 1A
Octal 4 24 202 141 125 0 61 350 136 32
Binary 100 10100 10000010 1100001 1010101 0 110001 11101000 1011110 11010

Color Harmonies of #041482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041482

Black with #041482

Text Example


Text Example

White with #041482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041482; }

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

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

background-color css

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

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

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

border-color css

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

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

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