#060A8E

Color #060A8E Dark Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Blue #060A8E

Tints of Dark Blue #060A8E

Color information

#060A8E (or 0x060A8E) is unknown color: approx Dark Blue. HEX triplet: 06, 0A and 8E. RGB value is (6,10,142). Sum of RGB (Red+Green+Blue) = 6+10+142=158 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.80% from 158); Green value is 10 (4.30% from 255 or 6.33% from 158); Blue value is 142 (55.86% from 255 or 89.87% from 158); Max value from RGB is 142 - color contains mainly: blue. Hex color #060A8E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060A8E is #F9F571. Grayscale: #171717. Windows color (decimal): -16381298 or 9308678. OLE color: 9308678.

HSL color Cylindrical-coordinate representation of color #060A8E: hue angle of 238.24º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #060A8E is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB610142-
CMYK0.960.9300.44
HSL238.24º91.89%29.02%-
HSV(B)238.24º95.77%55.69%-
XYZ5.072.2125.75-
YUV23.85194.67115.27-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.80%
GREEN value IS 10 (4.30% from 255) = 6.33%
BLUE value IS 142 (55.86% from 255) = 89.87%
R=3.80%
G=6.33%
B=89.87%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal6101420.960.9300.44238.2491.8929.02
Hex6A8E605D02Cee5c1d
Octal61221614013505435613435
Binary11010101000111011000001011101010110011101110101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #060A8E;
 }
 .AnyTagClassName
 {
   color: #060A8E;
 }
</style>
background-color css

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

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

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

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

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

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