#060D8E

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

Shades of Dark Blue #060D8E

Tints of Dark Blue #060D8E

Color information

#060D8E (or 0x060D8E) is unknown color: approx Dark Blue. HEX triplet: 06, 0D and 8E. RGB value is (6,13,142). Sum of RGB (Red+Green+Blue) = 6+13+142=161 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.73% from 161); Green value is 13 (5.47% from 255 or 8.07% from 161); Blue value is 142 (55.86% from 255 or 88.20% from 161); Max value from RGB is 142 - color contains mainly: blue. Hex color #060D8E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060D8E is #F9F271. Grayscale: #191919. Windows color (decimal): -16380530 or 9309446. OLE color: 9309446.

HSL color Cylindrical-coordinate representation of color #060D8E: hue angle of 236.91º 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 #060D8E is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB613142-
CMYK0.960.9100.44
HSL236.91º91.89%29.02%-
HSV(B)236.91º95.77%55.69%-
XYZ5.12.2825.76-
YUV25.61193.68114.01-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.73%
GREEN value IS 13 (5.47% from 255) = 8.07%
BLUE value IS 142 (55.86% from 255) = 88.20%
R=3.73%
G=8.07%
B=88.20%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal6131420.960.9100.44236.9191.8929.02
Hex6D8E605B02Ced5c1d
Octal61521614013305435513435
Binary11011011000111011000001011011010110011101101101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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