Html Css Color HEX #040082 Navy

📋 copy color: '#040082'

red 4 ◦ green 0 ◦ blue 130

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

Shades of Navy #040082

Tints of Navy #040082

RGB

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

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

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

R = 2.99%
G = 0%
B = 97.01%

CMYK

 C value IS 0.97

 M value IS 1

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#040082 (or 0x040082) is known color: Navy. HEX triplet: 04, 00 and 82. RGB value is (4,0,130). Sum of RGB (Red+Green+Blue) = 4+0+130=134 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.99% from 134); Green value is 0 (0.39% from 255 or 0% from 134); Blue value is 130 (51.17% from 255 or 97.01% from 134); Max value from RGB is 130 - color contains mainly: blue. Hex color #040082 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040082 is #FBFF7D. Grayscale: #0F0F0F. Windows color (decimal): -16514942 or 8519684. OLE color: 8519684.

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

Color convert

RGB 4 0 130 -
CMYK 0.97 1 0 0.49
HSL 241.85º 1% 0.25% -
HSV(B) 241.85º 1% 0.51% -
XYZ 4.08 1.64 21.22 -
YUV 16.02 192.33 119.43 -
System Red Green Blue C M Y K H S L
Decimal 4 0 130 0.97 1 0 0.49 241.85 1 0.25
Hex 4 0 82 61 64 0 31 F2 64 19
Octal 4 0 202 141 144 0 61 362 144 31
Binary 100 0 10000010 1100001 1100100 0 110001 11110010 1100100 11001

Color Harmonies of #040082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040082

Black with #040082

Text Example


Text Example

White with #040082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040082; }

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

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

background-color css

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

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

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

border-color css

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

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

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