Html Css Color HEX #040080 Navy

📋 copy color: '#040080'

red 4 ◦ green 0 ◦ blue 128

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

Shades of Navy #040080

Tints of Navy #040080

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 128 (50.39% from 255) = 96.97%

R = 3.03%
G = 0%
B = 96.97%

CMYK

 C value IS 0.97

 M value IS 1

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#040080 (or 0x040080) is known color: Navy. HEX triplet: 04, 00 and 80. RGB value is (4,0,128). Sum of RGB (Red+Green+Blue) = 4+0+128=132 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.03% from 132); Green value is 0 (0.39% from 255 or 0% from 132); Blue value is 128 (50.39% from 255 or 96.97% from 132); Max value from RGB is 128 - color contains mainly: blue. Hex color #040080 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040080 is #FBFF7F. Grayscale: #0F0F0F. Windows color (decimal): -16514944 or 8388612. OLE color: 8388612.

HSL color Cylindrical-coordinate representation of color #040080: hue angle of 241.88º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #040080 is Cyan = 0.97, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 4 0 128 -
CMYK 0.97 1 0 0.50
HSL 241.88º 1% 0.25% -
HSV(B) 241.88º 1% 0.5% -
XYZ 3.95 1.58 20.52 -
YUV 15.79 191.33 119.59 -
System Red Green Blue C M Y K H S L
Decimal 4 0 128 0.97 1 0 0.50 241.88 1 0.25
Hex 4 0 80 61 64 0 32 F2 64 19
Octal 4 0 200 141 144 0 62 362 144 31
Binary 100 0 10000000 1100001 1100100 0 110010 11110010 1100100 11001

Color Harmonies of #040080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040080

Black with #040080

Text Example


Text Example

White with #040080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040080; }

 p { color: rgb(4,0,128); }

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

background-color css

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

 a { background-color: rgb(4,0,128); }

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

border-color css

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

 span { border-color: rgb(4,0,128); }

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