Shades of Dark Blue #060B8D
Tints of Dark Blue #060B8D
RGB
CMYK
RGB Variations
Color information
#060B8D (or 0x060B8D) is known color: Dark Blue. HEX triplet: 06, 0B and 8D. RGB value is (6,11,141). Sum of RGB (Red+Green+Blue) = 6+11+141=158 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.80% from 158); Green value is 11 (4.69% from 255 or 6.96% from 158); Blue value is 141 (55.47% from 255 or 89.24% from 158); Max value from RGB is 141 - color contains mainly: blue. Hex color #060B8D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060B8D is #F9F472. Grayscale: #171717. Windows color (decimal): -16381043 or 9243398. OLE color: 9243398.
HSL color Cylindrical-coordinate representation of color #060B8D: hue angle of 237.78º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #060B8D is Cyan = 0.96, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 11 | 141 | - |
| CMYK | 0.96 | 0.92 | 0 | 0.45 |
| HSL | 237.78º | 0.92% | 0.29% | - |
| HSV(B) | 237.78º | 0.96% | 0.55% | - |
| XYZ | 5 | 2.2 | 25.36 | - |
| YUV | 24.33 | 193.84 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 11 | 141 | 0.96 | 0.92 | 0 | 0.45 | 237.78 | 0.92 | 0.29 |
| Hex | 6 | B | 8D | 60 | 5C | 0 | 2D | EE | 5C | 1D |
| Octal | 6 | 13 | 215 | 140 | 134 | 0 | 55 | 356 | 134 | 35 |
| Binary | 110 | 1011 | 10001101 | 1100000 | 1011100 | 0 | 101101 | 11101110 | 1011100 | 11101 |
Color Harmonies of #060B8D
Complementary color
Monochromatic Colors of #060B8D
Black with #060B8D
Text Example
Text Example
White with #060B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060B8D; }
p { color: rgb(6,11,141); }
H1.HeaderClassName
{
color: #060B8D;
}
.AnyTagClassName
{
color: #060B8D;
}
</style>
background-color css
<style>
a { background-color: #060B8D; }
a { background-color: rgb(6,11,141); }
div.DivClassName
{
background-color: #060B8D;
}
.BgClassName
{
background-color: #060B8D;
}
</style>
border-color css
<style>
span { border-color: #060B8D; }
span { border-color: rgb(6,11,141); }
td.TdClassName
{
border-color: #060B8D;
}
.TagClassName
{
border-color: #060B8D;
}
</style>