Shades of Dark Cerulean #06498B
Tints of Dark Cerulean #06498B
RGB
CMYK
RGB Variations
Color information
#06498B (or 0x06498B) is known color: Dark Cerulean. HEX triplet: 06, 49 and 8B. RGB value is (6,73,139). Sum of RGB (Red+Green+Blue) = 6+73+139=218 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.75% from 218); Green value is 73 (28.91% from 255 or 33.49% from 218); Blue value is 139 (54.69% from 255 or 63.76% from 218); Max value from RGB is 139 - color contains mainly: blue. Hex color #06498B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06498B is #F9B674. Grayscale: #3C3C3C. Windows color (decimal): -16365173 or 9128198. OLE color: 9128198.
HSL color Cylindrical-coordinate representation of color #06498B: hue angle of 209.77º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06498B is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 73 | 139 | - |
| CMYK | 0.96 | 0.47 | 0 | 0.45 |
| HSL | 209.77º | 0.92% | 0.28% | - |
| HSV(B) | 209.77º | 0.96% | 0.55% | - |
| XYZ | 7.12 | 6.67 | 25.34 | - |
| YUV | 60.49 | 172.3 | 89.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 73 | 139 | 0.96 | 0.47 | 0 | 0.45 | 209.77 | 0.92 | 0.28 |
| Hex | 6 | 49 | 8B | 60 | 2F | 0 | 2D | D2 | 5C | 1C |
| Octal | 6 | 111 | 213 | 140 | 57 | 0 | 55 | 322 | 134 | 34 |
| Binary | 110 | 1001001 | 10001011 | 1100000 | 101111 | 0 | 101101 | 11010010 | 1011100 | 11100 |
Color Harmonies of #06498B
Complementary color
Monochromatic Colors of #06498B
Black with #06498B
Text Example
Text Example
White with #06498B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06498B; }
p { color: rgb(6,73,139); }
H1.HeaderClassName
{
color: #06498B;
}
.AnyTagClassName
{
color: #06498B;
}
</style>
background-color css
<style>
a { background-color: #06498B; }
a { background-color: rgb(6,73,139); }
div.DivClassName
{
background-color: #06498B;
}
.BgClassName
{
background-color: #06498B;
}
</style>
border-color css
<style>
span { border-color: #06498B; }
span { border-color: rgb(6,73,139); }
td.TdClassName
{
border-color: #06498B;
}
.TagClassName
{
border-color: #06498B;
}
</style>