Shades of Cerulean #00668F
Tints of Cerulean #00668F
RGB
CMYK
RGB Variations
Color information
#00668F (or 0x00668F) is known color: Cerulean. HEX triplet: 00, 66 and 8F. RGB value is (0,102,143). Sum of RGB (Red+Green+Blue) = 0+102+143=245 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 245); Green value is 102 (40.23% from 255 or 41.63% from 245); Blue value is 143 (56.25% from 255 or 58.37% from 245); Max value from RGB is 143 - color contains mainly: blue. Hex color #00668F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00668F is #FF9970. Grayscale: #4B4B4B. Windows color (decimal): -16750961 or 9397760. OLE color: 9397760.
HSL color Cylindrical-coordinate representation of color #00668F: hue angle of 197.2º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00668F is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 102 | 143 | - |
| CMYK | 1 | 0.29 | 0 | 0.44 |
| HSL | 197.2º | 1% | 0.28% | - |
| HSV(B) | 197.2º | 1% | 0.56% | - |
| XYZ | 9.71 | 11.49 | 27.69 | - |
| YUV | 76.18 | 165.71 | 73.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 102 | 143 | 1 | 0.29 | 0 | 0.44 | 197.2 | 1 | 0.28 |
| Hex | 0 | 66 | 8F | 64 | 1D | 0 | 2C | C5 | 64 | 1C |
| Octal | 0 | 146 | 217 | 144 | 35 | 0 | 54 | 305 | 144 | 34 |
| Binary | 0 | 1100110 | 10001111 | 1100100 | 11101 | 0 | 101100 | 11000101 | 1100100 | 11100 |
Color Harmonies of #00668F
Complementary color
Monochromatic Colors of #00668F
Black with #00668F
Text Example
Text Example
White with #00668F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00668F; }
p { color: rgb(0,102,143); }
H1.HeaderClassName
{
color: #00668F;
}
.AnyTagClassName
{
color: #00668F;
}
</style>
background-color css
<style>
a { background-color: #00668F; }
a { background-color: rgb(0,102,143); }
div.DivClassName
{
background-color: #00668F;
}
.BgClassName
{
background-color: #00668F;
}
</style>
border-color css
<style>
span { border-color: #00668F; }
span { border-color: rgb(0,102,143); }
td.TdClassName
{
border-color: #00668F;
}
.TagClassName
{
border-color: #00668F;
}
</style>