Shades of Cerulean #006993
Tints of Cerulean #006993
RGB
CMYK
RGB Variations
Color information
#006993 (or 0x006993) is known color: Cerulean. HEX triplet: 00, 69 and 93. RGB value is (0,105,147). Sum of RGB (Red+Green+Blue) = 0+105+147=252 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 252); Green value is 105 (41.41% from 255 or 41.67% from 252); Blue value is 147 (57.81% from 255 or 58.33% from 252); Max value from RGB is 147 - color contains mainly: blue. Hex color #006993 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006993 is #FF966C. Grayscale: #4E4E4E. Windows color (decimal): -16750189 or 9660672. OLE color: 9660672.
HSL color Cylindrical-coordinate representation of color #006993: hue angle of 197.14º 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 #006993 is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 105 | 147 | - |
| CMYK | 1 | 0.29 | 0 | 0.42 |
| HSL | 197.14º | 1% | 0.29% | - |
| HSV(B) | 197.14º | 1% | 0.58% | - |
| XYZ | 10.32 | 12.21 | 29.42 | - |
| YUV | 78.39 | 166.71 | 72.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 105 | 147 | 1 | 0.29 | 0 | 0.42 | 197.14 | 1 | 0.29 |
| Hex | 0 | 69 | 93 | 64 | 1D | 0 | 2A | C5 | 64 | 1D |
| Octal | 0 | 151 | 223 | 144 | 35 | 0 | 52 | 305 | 144 | 35 |
| Binary | 0 | 1101001 | 10010011 | 1100100 | 11101 | 0 | 101010 | 11000101 | 1100100 | 11101 |
Color Harmonies of #006993
Complementary color
Monochromatic Colors of #006993
Black with #006993
Text Example
Text Example
White with #006993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006993; }
p { color: rgb(0,105,147); }
H1.HeaderClassName
{
color: #006993;
}
.AnyTagClassName
{
color: #006993;
}
</style>
background-color css
<style>
a { background-color: #006993; }
a { background-color: rgb(0,105,147); }
div.DivClassName
{
background-color: #006993;
}
.BgClassName
{
background-color: #006993;
}
</style>
border-color css
<style>
span { border-color: #006993; }
span { border-color: rgb(0,105,147); }
td.TdClassName
{
border-color: #006993;
}
.TagClassName
{
border-color: #006993;
}
</style>