Shades of Cerulean #006694
Tints of Cerulean #006694
RGB
CMYK
RGB Variations
Color information
#006694 (or 0x006694) is known color: Cerulean. HEX triplet: 00, 66 and 94. RGB value is (0,102,148). Sum of RGB (Red+Green+Blue) = 0+102+148=250 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 250); Green value is 102 (40.23% from 255 or 40.8% from 250); Blue value is 148 (58.20% from 255 or 59.2% from 250); Max value from RGB is 148 - color contains mainly: blue. Hex color #006694 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006694 is #FF996B. Grayscale: #4C4C4C. Windows color (decimal): -16750956 or 9725440. OLE color: 9725440.
HSL color Cylindrical-coordinate representation of color #006694: hue angle of 198.65º 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 #006694 is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 102 | 148 | - |
| CMYK | 1 | 0.31 | 0 | 0.42 |
| HSL | 198.65º | 1% | 0.29% | - |
| HSV(B) | 198.65º | 1% | 0.58% | - |
| XYZ | 10.1 | 11.64 | 29.73 | - |
| YUV | 76.75 | 168.21 | 73.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 102 | 148 | 1 | 0.31 | 0 | 0.42 | 198.65 | 1 | 0.29 |
| Hex | 0 | 66 | 94 | 64 | 1F | 0 | 2A | C7 | 64 | 1D |
| Octal | 0 | 146 | 224 | 144 | 37 | 0 | 52 | 307 | 144 | 35 |
| Binary | 0 | 1100110 | 10010100 | 1100100 | 11111 | 0 | 101010 | 11000111 | 1100100 | 11101 |
Color Harmonies of #006694
Complementary color
Monochromatic Colors of #006694
Black with #006694
Text Example
Text Example
White with #006694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006694; }
p { color: rgb(0,102,148); }
H1.HeaderClassName
{
color: #006694;
}
.AnyTagClassName
{
color: #006694;
}
</style>
background-color css
<style>
a { background-color: #006694; }
a { background-color: rgb(0,102,148); }
div.DivClassName
{
background-color: #006694;
}
.BgClassName
{
background-color: #006694;
}
</style>
border-color css
<style>
span { border-color: #006694; }
span { border-color: rgb(0,102,148); }
td.TdClassName
{
border-color: #006694;
}
.TagClassName
{
border-color: #006694;
}
</style>