Html Css Color HEX #040586 Dark Blue

📋 copy color: '#040586'

red 4 ◦ green 5 ◦ blue 134

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

Shades of Dark Blue #040586

Tints of Dark Blue #040586

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.5%

 BLUE value IS 134 (52.73% from 255) = 93.71%

R = 2.8%
G = 3.5%
B = 93.71%

CMYK

 C value IS 0.97

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#040586 (or 0x040586) is known color: Dark Blue. HEX triplet: 04, 05 and 86. RGB value is (4,5,134). Sum of RGB (Red+Green+Blue) = 4+5+134=143 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.80% from 143); Green value is 5 (2.34% from 255 or 3.50% from 143); Blue value is 134 (52.73% from 255 or 93.71% from 143); Max value from RGB is 134 - color contains mainly: blue. Hex color #040586 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040586 is #FBFA79. Grayscale: #121212. Windows color (decimal): -16513658 or 8783108. OLE color: 8783108.

HSL color Cylindrical-coordinate representation of color #040586: hue angle of 239.54º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #040586 is Cyan = 0.97, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 4 5 134 -
CMYK 0.97 0.96 0 0.47
HSL 239.54º 0.94% 0.27% -
HSV(B) 239.54º 0.97% 0.53% -
XYZ 4.41 1.86 22.68 -
YUV 19.41 192.67 117.01 -
System Red Green Blue C M Y K H S L
Decimal 4 5 134 0.97 0.96 0 0.47 239.54 0.94 0.27
Hex 4 5 86 61 60 0 2F F0 5E 1B
Octal 4 5 206 141 140 0 57 360 136 33
Binary 100 101 10000110 1100001 1100000 0 101111 11110000 1011110 11011

Color Harmonies of #040586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040586

Black with #040586

Text Example


Text Example

White with #040586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040586; }

 p { color: rgb(4,5,134); }

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

background-color css

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

 a { background-color: rgb(4,5,134); }

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

border-color css

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

 span { border-color: rgb(4,5,134); }

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