Shades of Cerulean #006299
Tints of Cerulean #006299
RGB
CMYK
RGB Variations
Color information
#006299 (or 0x006299) is known color: Cerulean. HEX triplet: 00, 62 and 99. RGB value is (0,98,153). Sum of RGB (Red+Green+Blue) = 0+98+153=251 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 251); Green value is 98 (38.67% from 255 or 39.04% from 251); Blue value is 153 (60.16% from 255 or 60.96% from 251); Max value from RGB is 153 - color contains mainly: blue. Hex color #006299 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006299 is #FF9D66. Grayscale: #4A4A4A. Windows color (decimal): -16751975 or 10052096. OLE color: 10052096.
HSL color Cylindrical-coordinate representation of color #006299: hue angle of 201.57º 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 #006299 is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 0 | 98 | 153 | - |
| CMYK | 1 | 0.36 | 0 | 0.4 |
| HSL | 201.57º | 1% | 0.3% | - |
| HSV(B) | 201.57º | 1% | 0.6% | - |
| XYZ | 10.12 | 11.04 | 31.73 | - |
| YUV | 74.97 | 172.03 | 74.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 98 | 153 | 1 | 0.36 | 0 | 0.4 | 201.57 | 1 | 0.3 |
| Hex | 0 | 62 | 99 | 64 | 24 | 0 | 28 | CA | 64 | 1E |
| Octal | 0 | 142 | 231 | 144 | 44 | 0 | 50 | 312 | 144 | 36 |
| Binary | 0 | 1100010 | 10011001 | 1100100 | 100100 | 0 | 101000 | 11001010 | 1100100 | 11110 |
Color Harmonies of #006299
Complementary color
Monochromatic Colors of #006299
Black with #006299
Text Example
Text Example
White with #006299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006299; }
p { color: rgb(0,98,153); }
H1.HeaderClassName
{
color: #006299;
}
.AnyTagClassName
{
color: #006299;
}
</style>
background-color css
<style>
a { background-color: #006299; }
a { background-color: rgb(0,98,153); }
div.DivClassName
{
background-color: #006299;
}
.BgClassName
{
background-color: #006299;
}
</style>
border-color css
<style>
span { border-color: #006299; }
span { border-color: rgb(0,98,153); }
td.TdClassName
{
border-color: #006299;
}
.TagClassName
{
border-color: #006299;
}
</style>