Shades of Cerulean #006398
Tints of Cerulean #006398
RGB
CMYK
RGB Variations
Color information
#006398 (or 0x006398) is known color: Cerulean. HEX triplet: 00, 63 and 98. RGB value is (0,99,152). Sum of RGB (Red+Green+Blue) = 0+99+152=251 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 251); Green value is 99 (39.06% from 255 or 39.44% from 251); Blue value is 152 (59.77% from 255 or 60.56% from 251); Max value from RGB is 152 - color contains mainly: blue. Hex color #006398 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006398 is #FF9C67. Grayscale: #4B4B4B. Windows color (decimal): -16751720 or 9986816. OLE color: 9986816.
HSL color Cylindrical-coordinate representation of color #006398: hue angle of 200.92º 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 #006398 is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 0 | 99 | 152 | - |
| CMYK | 1 | 0.35 | 0 | 0.40 |
| HSL | 200.92º | 1% | 0.3% | - |
| HSV(B) | 200.92º | 1% | 0.6% | - |
| XYZ | 10.13 | 11.19 | 31.33 | - |
| YUV | 75.44 | 171.2 | 74.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 99 | 152 | 1 | 0.35 | 0 | 0.40 | 200.92 | 1 | 0.3 |
| Hex | 0 | 63 | 98 | 64 | 23 | 0 | 28 | C9 | 64 | 1E |
| Octal | 0 | 143 | 230 | 144 | 43 | 0 | 50 | 311 | 144 | 36 |
| Binary | 0 | 1100011 | 10011000 | 1100100 | 100011 | 0 | 101000 | 11001001 | 1100100 | 11110 |
Color Harmonies of #006398
Complementary color
Monochromatic Colors of #006398
Black with #006398
Text Example
Text Example
White with #006398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006398; }
p { color: rgb(0,99,152); }
H1.HeaderClassName
{
color: #006398;
}
.AnyTagClassName
{
color: #006398;
}
</style>
background-color css
<style>
a { background-color: #006398; }
a { background-color: rgb(0,99,152); }
div.DivClassName
{
background-color: #006398;
}
.BgClassName
{
background-color: #006398;
}
</style>
border-color css
<style>
span { border-color: #006398; }
span { border-color: rgb(0,99,152); }
td.TdClassName
{
border-color: #006398;
}
.TagClassName
{
border-color: #006398;
}
</style>