Shades of Cerulean #006393
Tints of Cerulean #006393
RGB
CMYK
RGB Variations
Color information
#006393 (or 0x006393) is known color: Cerulean. HEX triplet: 00, 63 and 93. RGB value is (0,99,147). Sum of RGB (Red+Green+Blue) = 0+99+147=246 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 246); Green value is 99 (39.06% from 255 or 40.24% from 246); Blue value is 147 (57.81% from 255 or 59.76% from 246); Max value from RGB is 147 - color contains mainly: blue. Hex color #006393 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006393 is #FF9C6C. Grayscale: #4A4A4A. Windows color (decimal): -16751725 or 9659136. OLE color: 9659136.
HSL color Cylindrical-coordinate representation of color #006393: hue angle of 199.59º 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 #006393 is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 99 | 147 | - |
| CMYK | 1 | 0.33 | 0 | 0.42 |
| HSL | 199.59º | 1% | 0.29% | - |
| HSV(B) | 199.59º | 1% | 0.58% | - |
| XYZ | 9.73 | 11.03 | 29.22 | - |
| YUV | 74.87 | 168.7 | 74.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 99 | 147 | 1 | 0.33 | 0 | 0.42 | 199.59 | 1 | 0.29 |
| Hex | 0 | 63 | 93 | 64 | 21 | 0 | 2A | C8 | 64 | 1D |
| Octal | 0 | 143 | 223 | 144 | 41 | 0 | 52 | 310 | 144 | 35 |
| Binary | 0 | 1100011 | 10010011 | 1100100 | 100001 | 0 | 101010 | 11001000 | 1100100 | 11101 |
Color Harmonies of #006393
Complementary color
Monochromatic Colors of #006393
Black with #006393
Text Example
Text Example
White with #006393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006393; }
p { color: rgb(0,99,147); }
H1.HeaderClassName
{
color: #006393;
}
.AnyTagClassName
{
color: #006393;
}
</style>
background-color css
<style>
a { background-color: #006393; }
a { background-color: rgb(0,99,147); }
div.DivClassName
{
background-color: #006393;
}
.BgClassName
{
background-color: #006393;
}
</style>
border-color css
<style>
span { border-color: #006393; }
span { border-color: rgb(0,99,147); }
td.TdClassName
{
border-color: #006393;
}
.TagClassName
{
border-color: #006393;
}
</style>