Shades of Dark Blue #060187
Tints of Dark Blue #060187
RGB
CMYK
RGB Variations
Color information
#060187 (or 0x060187) is known color: Dark Blue. HEX triplet: 06, 01 and 87. RGB value is (6,1,135). Sum of RGB (Red+Green+Blue) = 6+1+135=142 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.23% from 142); Green value is 1 (0.78% from 255 or 0.70% from 142); Blue value is 135 (53.12% from 255 or 95.07% from 142); Max value from RGB is 135 - color contains mainly: blue. Hex color #060187 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060187 is #F9FE78. Grayscale: #111111. Windows color (decimal): -16383609 or 8847622. OLE color: 8847622.
HSL color Cylindrical-coordinate representation of color #060187: hue angle of 242.24º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #060187 is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 6 | 1 | 135 | - |
| CMYK | 0.96 | 0.99 | 0 | 0.47 |
| HSL | 242.24º | 0.99% | 0.27% | - |
| HSV(B) | 242.24º | 0.99% | 0.53% | - |
| XYZ | 4.46 | 1.81 | 23.04 | - |
| YUV | 17.77 | 194.16 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 1 | 135 | 0.96 | 0.99 | 0 | 0.47 | 242.24 | 0.99 | 0.27 |
| Hex | 6 | 1 | 87 | 60 | 63 | 0 | 2F | F2 | 63 | 1B |
| Octal | 6 | 1 | 207 | 140 | 143 | 0 | 57 | 362 | 143 | 33 |
| Binary | 110 | 1 | 10000111 | 1100000 | 1100011 | 0 | 101111 | 11110010 | 1100011 | 11011 |
Color Harmonies of #060187
Complementary color
Monochromatic Colors of #060187
Black with #060187
Text Example
Text Example
White with #060187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060187; }
p { color: rgb(6,1,135); }
H1.HeaderClassName
{
color: #060187;
}
.AnyTagClassName
{
color: #060187;
}
</style>
background-color css
<style>
a { background-color: #060187; }
a { background-color: rgb(6,1,135); }
div.DivClassName
{
background-color: #060187;
}
.BgClassName
{
background-color: #060187;
}
</style>
border-color css
<style>
span { border-color: #060187; }
span { border-color: rgb(6,1,135); }
td.TdClassName
{
border-color: #060187;
}
.TagClassName
{
border-color: #060187;
}
</style>