Shades of Dark Cerulean #06488C
Tints of Dark Cerulean #06488C
RGB
CMYK
RGB Variations
Color information
#06488C (or 0x06488C) is known color: Dark Cerulean. HEX triplet: 06, 48 and 8C. RGB value is (6,72,140). Sum of RGB (Red+Green+Blue) = 6+72+140=218 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.75% from 218); Green value is 72 (28.52% from 255 or 33.03% from 218); Blue value is 140 (55.08% from 255 or 64.22% from 218); Max value from RGB is 140 - color contains mainly: blue. Hex color #06488C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06488C is #F9B773. Grayscale: #3B3B3B. Windows color (decimal): -16365428 or 9193478. OLE color: 9193478.
HSL color Cylindrical-coordinate representation of color #06488C: hue angle of 210.45º 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 #06488C is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 72 | 140 | - |
| CMYK | 0.96 | 0.49 | 0 | 0.45 |
| HSL | 210.45º | 0.92% | 0.29% | - |
| HSV(B) | 210.45º | 0.96% | 0.55% | - |
| XYZ | 7.13 | 6.57 | 25.7 | - |
| YUV | 60.02 | 173.13 | 89.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 72 | 140 | 0.96 | 0.49 | 0 | 0.45 | 210.45 | 0.92 | 0.29 |
| Hex | 6 | 48 | 8C | 60 | 31 | 0 | 2D | D2 | 5C | 1D |
| Octal | 6 | 110 | 214 | 140 | 61 | 0 | 55 | 322 | 134 | 35 |
| Binary | 110 | 1001000 | 10001100 | 1100000 | 110001 | 0 | 101101 | 11010010 | 1011100 | 11101 |
Color Harmonies of #06488C
Complementary color
Monochromatic Colors of #06488C
Black with #06488C
Text Example
Text Example
White with #06488C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06488C; }
p { color: rgb(6,72,140); }
H1.HeaderClassName
{
color: #06488C;
}
.AnyTagClassName
{
color: #06488C;
}
</style>
background-color css
<style>
a { background-color: #06488C; }
a { background-color: rgb(6,72,140); }
div.DivClassName
{
background-color: #06488C;
}
.BgClassName
{
background-color: #06488C;
}
</style>
border-color css
<style>
span { border-color: #06488C; }
span { border-color: rgb(6,72,140); }
td.TdClassName
{
border-color: #06488C;
}
.TagClassName
{
border-color: #06488C;
}
</style>