Shades of Dark Cerulean #06488A
Tints of Dark Cerulean #06488A
RGB
CMYK
RGB Variations
Color information
#06488A (or 0x06488A) is known color: Dark Cerulean. HEX triplet: 06, 48 and 8A. RGB value is (6,72,138). Sum of RGB (Red+Green+Blue) = 6+72+138=216 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.78% from 216); Green value is 72 (28.52% from 255 or 33.33% from 216); Blue value is 138 (54.30% from 255 or 63.89% from 216); Max value from RGB is 138 - color contains mainly: blue. Hex color #06488A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06488A is #F9B775. Grayscale: #3B3B3B. Windows color (decimal): -16365430 or 9062406. OLE color: 9062406.
HSL color Cylindrical-coordinate representation of color #06488A: hue angle of 210º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06488A is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 6 | 72 | 138 | - |
| CMYK | 0.96 | 0.48 | 0 | 0.46 |
| HSL | 210º | 0.92% | 0.28% | - |
| HSV(B) | 210º | 0.96% | 0.54% | - |
| XYZ | 6.98 | 6.51 | 24.93 | - |
| YUV | 59.79 | 172.13 | 89.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 72 | 138 | 0.96 | 0.48 | 0 | 0.46 | 210 | 0.92 | 0.28 |
| Hex | 6 | 48 | 8A | 60 | 30 | 0 | 2E | D2 | 5C | 1C |
| Octal | 6 | 110 | 212 | 140 | 60 | 0 | 56 | 322 | 134 | 34 |
| Binary | 110 | 1001000 | 10001010 | 1100000 | 110000 | 0 | 101110 | 11010010 | 1011100 | 11100 |
Color Harmonies of #06488A
Complementary color
Monochromatic Colors of #06488A
Black with #06488A
Text Example
Text Example
White with #06488A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06488A; }
p { color: rgb(6,72,138); }
H1.HeaderClassName
{
color: #06488A;
}
.AnyTagClassName
{
color: #06488A;
}
</style>
background-color css
<style>
a { background-color: #06488A; }
a { background-color: rgb(6,72,138); }
div.DivClassName
{
background-color: #06488A;
}
.BgClassName
{
background-color: #06488A;
}
</style>
border-color css
<style>
span { border-color: #06488A; }
span { border-color: rgb(6,72,138); }
td.TdClassName
{
border-color: #06488A;
}
.TagClassName
{
border-color: #06488A;
}
</style>