Shades of Cerulean #006099
Tints of Cerulean #006099
RGB
CMYK
RGB Variations
Color information
#006099 (or 0x006099) is known color: Cerulean. HEX triplet: 00, 60 and 99. RGB value is (0,96,153). Sum of RGB (Red+Green+Blue) = 0+96+153=249 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 249); Green value is 96 (37.89% from 255 or 38.55% from 249); Blue value is 153 (60.16% from 255 or 61.45% from 249); Max value from RGB is 153 - color contains mainly: blue. Hex color #006099 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006099 is #FF9F66. Grayscale: #494949. Windows color (decimal): -16752487 or 10051584. OLE color: 10051584.
HSL color Cylindrical-coordinate representation of color #006099: hue angle of 202.35º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006099 is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 0 | 96 | 153 | - |
| CMYK | 1 | 0.37 | 0 | 0.4 |
| HSL | 202.35º | 1% | 0.3% | - |
| HSV(B) | 202.35º | 1% | 0.6% | - |
| XYZ | 9.93 | 10.67 | 31.67 | - |
| YUV | 73.79 | 172.7 | 75.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 96 | 153 | 1 | 0.37 | 0 | 0.4 | 202.35 | 1 | 0.3 |
| Hex | 0 | 60 | 99 | 64 | 25 | 0 | 28 | CA | 64 | 1E |
| Octal | 0 | 140 | 231 | 144 | 45 | 0 | 50 | 312 | 144 | 36 |
| Binary | 0 | 1100000 | 10011001 | 1100100 | 100101 | 0 | 101000 | 11001010 | 1100100 | 11110 |
Color Harmonies of #006099
Complementary color
Monochromatic Colors of #006099
Black with #006099
Text Example
Text Example
White with #006099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006099; }
p { color: rgb(0,96,153); }
H1.HeaderClassName
{
color: #006099;
}
.AnyTagClassName
{
color: #006099;
}
</style>
background-color css
<style>
a { background-color: #006099; }
a { background-color: rgb(0,96,153); }
div.DivClassName
{
background-color: #006099;
}
.BgClassName
{
background-color: #006099;
}
</style>
border-color css
<style>
span { border-color: #006099; }
span { border-color: rgb(0,96,153); }
td.TdClassName
{
border-color: #006099;
}
.TagClassName
{
border-color: #006099;
}
</style>