Shades of Cerulean #006295
Tints of Cerulean #006295
RGB
CMYK
RGB Variations
Color information
#006295 (or 0x006295) is known color: Cerulean. HEX triplet: 00, 62 and 95. RGB value is (0,98,149). Sum of RGB (Red+Green+Blue) = 0+98+149=247 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 247); Green value is 98 (38.67% from 255 or 39.68% from 247); Blue value is 149 (58.59% from 255 or 60.32% from 247); Max value from RGB is 149 - color contains mainly: blue. Hex color #006295 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006295 is #FF9D6A. Grayscale: #4A4A4A. Windows color (decimal): -16751979 or 9789952. OLE color: 9789952.
HSL color Cylindrical-coordinate representation of color #006295: hue angle of 200.54º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006295 is Cyan = 1, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 98 | 149 | - |
| CMYK | 1 | 0.34 | 0 | 0.42 |
| HSL | 200.54º | 1% | 0.29% | - |
| HSV(B) | 200.54º | 1% | 0.58% | - |
| XYZ | 9.79 | 10.91 | 30.02 | - |
| YUV | 74.51 | 170.03 | 74.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 98 | 149 | 1 | 0.34 | 0 | 0.42 | 200.54 | 1 | 0.29 |
| Hex | 0 | 62 | 95 | 64 | 22 | 0 | 2A | C9 | 64 | 1D |
| Octal | 0 | 142 | 225 | 144 | 42 | 0 | 52 | 311 | 144 | 35 |
| Binary | 0 | 1100010 | 10010101 | 1100100 | 100010 | 0 | 101010 | 11001001 | 1100100 | 11101 |
Color Harmonies of #006295
Complementary color
Monochromatic Colors of #006295
Black with #006295
Text Example
Text Example
White with #006295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006295; }
p { color: rgb(0,98,149); }
H1.HeaderClassName
{
color: #006295;
}
.AnyTagClassName
{
color: #006295;
}
</style>
background-color css
<style>
a { background-color: #006295; }
a { background-color: rgb(0,98,149); }
div.DivClassName
{
background-color: #006295;
}
.BgClassName
{
background-color: #006295;
}
</style>
border-color css
<style>
span { border-color: #006295; }
span { border-color: rgb(0,98,149); }
td.TdClassName
{
border-color: #006295;
}
.TagClassName
{
border-color: #006295;
}
</style>