Html Css Color HEX #060086 Dark Blue

📋 copy color: '#060086'

red 6 ◦ green 0 ◦ blue 134

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

Shades of Dark Blue #060086

Tints of Dark Blue #060086

RGB

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

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

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

R = 4.29%
G = 0%
B = 95.71%

CMYK

 C value IS 0.96

 M value IS 1

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#060086 (or 0x060086) is known color: Dark Blue. HEX triplet: 06, 00 and 86. RGB value is (6,0,134). Sum of RGB (Red+Green+Blue) = 6+0+134=140 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.29% from 140); Green value is 0 (0.39% from 255 or 0% from 140); Blue value is 134 (52.73% from 255 or 95.71% from 140); Max value from RGB is 134 - color contains mainly: blue. Hex color #060086 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060086 is #F9FF79. Grayscale: #101010. Windows color (decimal): -16383866 or 8781830. OLE color: 8781830.

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

Color convert

RGB 6 0 134 -
CMYK 0.96 1 0 0.47
HSL 242.69º 1% 0.26% -
HSV(B) 242.69º 1% 0.53% -
XYZ 4.38 1.76 22.66 -
YUV 17.07 193.99 120.1 -
System Red Green Blue C M Y K H S L
Decimal 6 0 134 0.96 1 0 0.47 242.69 1 0.26
Hex 6 0 86 60 64 0 2F F3 64 1A
Octal 6 0 206 140 144 0 57 363 144 32
Binary 110 0 10000110 1100000 1100100 0 101111 11110011 1100100 11010

Color Harmonies of #060086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060086

Black with #060086

Text Example


Text Example

White with #060086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060086; }

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

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

background-color css

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

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

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

border-color css

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

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

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