Shades of Dark Cerulean #06598B
Tints of Dark Cerulean #06598B
RGB
CMYK
RGB Variations
Color information
#06598B (or 0x06598B) is known color: Dark Cerulean. HEX triplet: 06, 59 and 8B. RGB value is (6,89,139). Sum of RGB (Red+Green+Blue) = 6+89+139=234 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.56% from 234); Green value is 89 (35.16% from 255 or 38.03% from 234); Blue value is 139 (54.69% from 255 or 59.40% from 234); Max value from RGB is 139 - color contains mainly: blue. Hex color #06598B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06598B is #F9A674. Grayscale: #454545. Windows color (decimal): -16361077 or 9132294. OLE color: 9132294.
HSL color Cylindrical-coordinate representation of color #06598B: hue angle of 202.56º 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 #06598B is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 89 | 139 | - |
| CMYK | 0.96 | 0.36 | 0 | 0.45 |
| HSL | 202.56º | 0.92% | 0.28% | - |
| HSV(B) | 202.56º | 0.96% | 0.55% | - |
| XYZ | 8.31 | 9.05 | 25.73 | - |
| YUV | 69.88 | 167 | 82.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 89 | 139 | 0.96 | 0.36 | 0 | 0.45 | 202.56 | 0.92 | 0.28 |
| Hex | 6 | 59 | 8B | 60 | 24 | 0 | 2D | CB | 5C | 1C |
| Octal | 6 | 131 | 213 | 140 | 44 | 0 | 55 | 313 | 134 | 34 |
| Binary | 110 | 1011001 | 10001011 | 1100000 | 100100 | 0 | 101101 | 11001011 | 1011100 | 11100 |
Color Harmonies of #06598B
Complementary color
Monochromatic Colors of #06598B
Black with #06598B
Text Example
Text Example
White with #06598B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06598B; }
p { color: rgb(6,89,139); }
H1.HeaderClassName
{
color: #06598B;
}
.AnyTagClassName
{
color: #06598B;
}
</style>
background-color css
<style>
a { background-color: #06598B; }
a { background-color: rgb(6,89,139); }
div.DivClassName
{
background-color: #06598B;
}
.BgClassName
{
background-color: #06598B;
}
</style>
border-color css
<style>
span { border-color: #06598B; }
span { border-color: rgb(6,89,139); }
td.TdClassName
{
border-color: #06598B;
}
.TagClassName
{
border-color: #06598B;
}
</style>