Shades of Cerulean #006693
Tints of Cerulean #006693
RGB
CMYK
RGB Variations
Color information
#006693 (or 0x006693) is known color: Cerulean. HEX triplet: 00, 66 and 93. RGB value is (0,102,147). Sum of RGB (Red+Green+Blue) = 0+102+147=249 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 249); Green value is 102 (40.23% from 255 or 40.96% from 249); Blue value is 147 (57.81% from 255 or 59.04% from 249); Max value from RGB is 147 - color contains mainly: blue. Hex color #006693 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006693 is #FF996C. Grayscale: #4C4C4C. Windows color (decimal): -16750957 or 9659904. OLE color: 9659904.
HSL color Cylindrical-coordinate representation of color #006693: hue angle of 198.37º 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 #006693 is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 102 | 147 | - |
| CMYK | 1 | 0.31 | 0 | 0.42 |
| HSL | 198.37º | 1% | 0.29% | - |
| HSV(B) | 198.37º | 1% | 0.58% | - |
| XYZ | 10.02 | 11.61 | 29.32 | - |
| YUV | 76.63 | 167.71 | 73.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 102 | 147 | 1 | 0.31 | 0 | 0.42 | 198.37 | 1 | 0.29 |
| Hex | 0 | 66 | 93 | 64 | 1F | 0 | 2A | C6 | 64 | 1D |
| Octal | 0 | 146 | 223 | 144 | 37 | 0 | 52 | 306 | 144 | 35 |
| Binary | 0 | 1100110 | 10010011 | 1100100 | 11111 | 0 | 101010 | 11000110 | 1100100 | 11101 |
Color Harmonies of #006693
Complementary color
Monochromatic Colors of #006693
Black with #006693
Text Example
Text Example
White with #006693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006693; }
p { color: rgb(0,102,147); }
H1.HeaderClassName
{
color: #006693;
}
.AnyTagClassName
{
color: #006693;
}
</style>
background-color css
<style>
a { background-color: #006693; }
a { background-color: rgb(0,102,147); }
div.DivClassName
{
background-color: #006693;
}
.BgClassName
{
background-color: #006693;
}
</style>
border-color css
<style>
span { border-color: #006693; }
span { border-color: rgb(0,102,147); }
td.TdClassName
{
border-color: #006693;
}
.TagClassName
{
border-color: #006693;
}
</style>