Shades of Dark Cerulean #06487B
Tints of Dark Cerulean #06487B
RGB
CMYK
RGB Variations
Color information
#06487B (or 0x06487B) is known color: Dark Cerulean. HEX triplet: 06, 48 and 7B. RGB value is (6,72,123). Sum of RGB (Red+Green+Blue) = 6+72+123=201 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.99% from 201); Green value is 72 (28.52% from 255 or 35.82% from 201); Blue value is 123 (48.44% from 255 or 61.19% from 201); Max value from RGB is 123 - color contains mainly: blue. Hex color #06487B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06487B is #F9B784. Grayscale: #393939. Windows color (decimal): -16365445 or 8079366. OLE color: 8079366.
HSL color Cylindrical-coordinate representation of color #06487B: hue angle of 206.15º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06487B is Cyan = 0.95, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 6 | 72 | 123 | - |
| CMYK | 0.95 | 0.41 | 0 | 0.52 |
| HSL | 206.15º | 0.91% | 0.25% | - |
| HSV(B) | 206.15º | 0.95% | 0.48% | - |
| XYZ | 5.97 | 6.1 | 19.6 | - |
| YUV | 58.08 | 164.63 | 90.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 72 | 123 | 0.95 | 0.41 | 0 | 0.52 | 206.15 | 0.91 | 0.25 |
| Hex | 6 | 48 | 7B | 5F | 29 | 0 | 34 | CE | 5B | 19 |
| Octal | 6 | 110 | 173 | 137 | 51 | 0 | 64 | 316 | 133 | 31 |
| Binary | 110 | 1001000 | 1111011 | 1011111 | 101001 | 0 | 110100 | 11001110 | 1011011 | 11001 |
Color Harmonies of #06487B
Complementary color
Monochromatic Colors of #06487B
Black with #06487B
Text Example
Text Example
White with #06487B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06487B; }
p { color: rgb(6,72,123); }
H1.HeaderClassName
{
color: #06487B;
}
.AnyTagClassName
{
color: #06487B;
}
</style>
background-color css
<style>
a { background-color: #06487B; }
a { background-color: rgb(6,72,123); }
div.DivClassName
{
background-color: #06487B;
}
.BgClassName
{
background-color: #06487B;
}
</style>
border-color css
<style>
span { border-color: #06487B; }
span { border-color: rgb(6,72,123); }
td.TdClassName
{
border-color: #06487B;
}
.TagClassName
{
border-color: #06487B;
}
</style>