Html Css Color HEX #040682 Navy

📋 copy color: '#040682'

red 4 ◦ green 6 ◦ blue 130

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

Shades of Navy #040682

Tints of Navy #040682

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.29%

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

R = 2.86%
G = 4.29%
B = 92.86%

CMYK

 C value IS 0.97

 M value IS 0.95

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#040682 (or 0x040682) is known color: Navy. HEX triplet: 04, 06 and 82. RGB value is (4,6,130). Sum of RGB (Red+Green+Blue) = 4+6+130=140 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.86% from 140); Green value is 6 (2.73% from 255 or 4.29% from 140); Blue value is 130 (51.17% from 255 or 92.86% from 140); Max value from RGB is 130 - color contains mainly: blue. Hex color #040682 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040682 is #FBF97D. Grayscale: #131313. Windows color (decimal): -16513406 or 8521220. OLE color: 8521220.

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

Color convert

RGB 4 6 130 -
CMYK 0.97 0.95 0 0.49
HSL 239.05º 0.94% 0.26% -
HSV(B) 239.05º 0.97% 0.51% -
XYZ 4.14 1.77 21.24 -
YUV 19.54 190.34 116.92 -
System Red Green Blue C M Y K H S L
Decimal 4 6 130 0.97 0.95 0 0.49 239.05 0.94 0.26
Hex 4 6 82 61 5F 0 31 EF 5E 1A
Octal 4 6 202 141 137 0 61 357 136 32
Binary 100 110 10000010 1100001 1011111 0 110001 11101111 1011110 11010

Color Harmonies of #040682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040682

Black with #040682

Text Example


Text Example

White with #040682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040682; }

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

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

background-color css

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

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

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

border-color css

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

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

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