Html Css Color HEX #060A86 Dark Blue

📋 copy color: '#060A86'

red 6 ◦ green 10 ◦ blue 134

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

Shades of Dark Blue #060A86

Tints of Dark Blue #060A86

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.67%

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

R = 4%
G = 6.67%
B = 89.33%

CMYK

 C value IS 0.96

 M value IS 0.93

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#060A86 (or 0x060A86) is known color: Dark Blue. HEX triplet: 06, 0A and 86. RGB value is (6,10,134). Sum of RGB (Red+Green+Blue) = 6+10+134=150 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4% from 150); Green value is 10 (4.30% from 255 or 6.67% from 150); Blue value is 134 (52.73% from 255 or 89.33% from 150); Max value from RGB is 134 - color contains mainly: blue. Hex color #060A86 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060A86 is #F9F579. Grayscale: #161616. Windows color (decimal): -16381306 or 8784390. OLE color: 8784390.

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

Color convert

RGB 6 10 134 -
CMYK 0.96 0.93 0 0.47
HSL 238.13º 0.91% 0.27% -
HSV(B) 238.13º 0.96% 0.53% -
XYZ 4.49 1.98 22.7 -
YUV 22.94 190.67 115.92 -
System Red Green Blue C M Y K H S L
Decimal 6 10 134 0.96 0.93 0 0.47 238.13 0.91 0.27
Hex 6 A 86 60 5D 0 2F EE 5B 1B
Octal 6 12 206 140 135 0 57 356 133 33
Binary 110 1010 10000110 1100000 1011101 0 101111 11101110 1011011 11011

Color Harmonies of #060A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060A86

Black with #060A86

Text Example


Text Example

White with #060A86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060A86; }

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

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

background-color css

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

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

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

border-color css

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

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

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