Html Css Color HEX #040786 Dark Blue

📋 copy color: '#040786'

red 4 ◦ green 7 ◦ blue 134

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

Shades of Dark Blue #040786

Tints of Dark Blue #040786

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.83%

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

R = 2.76%
G = 4.83%
B = 92.41%

CMYK

 C value IS 0.97

 M value IS 0.95

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#040786 (or 0x040786) is known color: Dark Blue. HEX triplet: 04, 07 and 86. RGB value is (4,7,134). Sum of RGB (Red+Green+Blue) = 4+7+134=145 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.76% from 145); Green value is 7 (3.12% from 255 or 4.83% from 145); Blue value is 134 (52.73% from 255 or 92.41% from 145); Max value from RGB is 134 - color contains mainly: blue. Hex color #040786 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040786 is #FBF879. Grayscale: #141414. Windows color (decimal): -16513146 or 8783620. OLE color: 8783620.

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

Color convert

RGB 4 7 134 -
CMYK 0.97 0.95 0 0.47
HSL 238.62º 0.94% 0.27% -
HSV(B) 238.62º 0.97% 0.53% -
XYZ 4.43 1.9 22.69 -
YUV 20.58 192.01 116.17 -
System Red Green Blue C M Y K H S L
Decimal 4 7 134 0.97 0.95 0 0.47 238.62 0.94 0.27
Hex 4 7 86 61 5F 0 2F EF 5E 1B
Octal 4 7 206 141 137 0 57 357 136 33
Binary 100 111 10000110 1100001 1011111 0 101111 11101111 1011110 11011

Color Harmonies of #040786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040786

Black with #040786

Text Example


Text Example

White with #040786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040786; }

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

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

background-color css

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

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

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

border-color css

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

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

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