#060D8F

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

Shades of Dark Blue #060D8F

Tints of Dark Blue #060D8F

Color information

#060D8F (or 0x060D8F) is unknown color: approx Dark Blue. HEX triplet: 06, 0D and 8F. RGB value is (6,13,143). Sum of RGB (Red+Green+Blue) = 6+13+143=162 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.70% from 162); Green value is 13 (5.47% from 255 or 8.02% from 162); Blue value is 143 (56.25% from 255 or 88.27% from 162); Max value from RGB is 143 - color contains mainly: blue. Hex color #060D8F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060D8F is #F9F270. Grayscale: #191919. Windows color (decimal): -16380529 or 9374982. OLE color: 9374982.

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

Color convert

RGB613143-
CMYK0.960.9100.44
HSL236.93º91.95%29.22%-
HSV(B)236.93º95.8%56.08%-
XYZ5.182.3126.16-
YUV25.73194.18113.93-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.70%
GREEN value IS 13 (5.47% from 255) = 8.02%
BLUE value IS 143 (56.25% from 255) = 88.27%
R=3.70%
G=8.02%
B=88.27%

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
Decimal6131430.960.9100.44236.9391.9529.22
Hex6D8F605B02Ced5c1d
Octal61521714013305435513435
Binary11011011000111111000001011011010110011101101101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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