Shades of Cerulean #00688D
Tints of Cerulean #00688D
RGB
CMYK
RGB Variations
Color information
#00688D (or 0x00688D) is known color: Cerulean. HEX triplet: 00, 68 and 8D. RGB value is (0,104,141). Sum of RGB (Red+Green+Blue) = 0+104+141=245 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 245); Green value is 104 (41.02% from 255 or 42.45% from 245); Blue value is 141 (55.47% from 255 or 57.55% from 245); Max value from RGB is 141 - color contains mainly: blue. Hex color #00688D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00688D is #FF9772. Grayscale: #4C4C4C. Windows color (decimal): -16750451 or 9267200. OLE color: 9267200.
HSL color Cylindrical-coordinate representation of color #00688D: hue angle of 195.74º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00688D is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 104 | 141 | - |
| CMYK | 1 | 0.26 | 0 | 0.45 |
| HSL | 195.74º | 1% | 0.28% | - |
| HSV(B) | 195.74º | 1% | 0.55% | - |
| XYZ | 9.76 | 11.82 | 26.97 | - |
| YUV | 77.12 | 164.04 | 72.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 104 | 141 | 1 | 0.26 | 0 | 0.45 | 195.74 | 1 | 0.28 |
| Hex | 0 | 68 | 8D | 64 | 1A | 0 | 2D | C4 | 64 | 1C |
| Octal | 0 | 150 | 215 | 144 | 32 | 0 | 55 | 304 | 144 | 34 |
| Binary | 0 | 1101000 | 10001101 | 1100100 | 11010 | 0 | 101101 | 11000100 | 1100100 | 11100 |
Color Harmonies of #00688D
Complementary color
Monochromatic Colors of #00688D
Black with #00688D
Text Example
Text Example
White with #00688D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00688D; }
p { color: rgb(0,104,141); }
H1.HeaderClassName
{
color: #00688D;
}
.AnyTagClassName
{
color: #00688D;
}
</style>
background-color css
<style>
a { background-color: #00688D; }
a { background-color: rgb(0,104,141); }
div.DivClassName
{
background-color: #00688D;
}
.BgClassName
{
background-color: #00688D;
}
</style>
border-color css
<style>
span { border-color: #00688D; }
span { border-color: rgb(0,104,141); }
td.TdClassName
{
border-color: #00688D;
}
.TagClassName
{
border-color: #00688D;
}
</style>