Html Css Color HEX #040086 Dark Blue

📋 copy color: '#040086'

red 4 ◦ green 0 ◦ blue 134

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

Shades of Dark Blue #040086

Tints of Dark Blue #040086

RGB

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

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

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

R = 2.9%
G = 0%
B = 97.1%

CMYK

 C value IS 0.97

 M value IS 1

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#040086 (or 0x040086) is known color: Dark Blue. HEX triplet: 04, 00 and 86. RGB value is (4,0,134). Sum of RGB (Red+Green+Blue) = 4+0+134=138 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.90% from 138); Green value is 0 (0.39% from 255 or 0% from 138); Blue value is 134 (52.73% from 255 or 97.10% from 138); Max value from RGB is 134 - color contains mainly: blue. Hex color #040086 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040086 is #FBFF79. Grayscale: #0F0F0F. Windows color (decimal): -16514938 or 8781828. OLE color: 8781828.

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

Color convert

RGB 4 0 134 -
CMYK 0.97 1 0 0.47
HSL 241.79º 1% 0.26% -
HSV(B) 241.79º 1% 0.53% -
XYZ 4.35 1.75 22.66 -
YUV 16.47 194.33 119.1 -
System Red Green Blue C M Y K H S L
Decimal 4 0 134 0.97 1 0 0.47 241.79 1 0.26
Hex 4 0 86 61 64 0 2F F2 64 1A
Octal 4 0 206 141 144 0 57 362 144 32
Binary 100 0 10000110 1100001 1100100 0 101111 11110010 1100100 11010

Color Harmonies of #040086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040086

Black with #040086

Text Example


Text Example

White with #040086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040086; }

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

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

background-color css

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

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

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

border-color css

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

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

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