Shades of Cerulean #01688D
Tints of Cerulean #01688D
RGB
CMYK
RGB Variations
Color information
#01688D (or 0x01688D) is known color: Cerulean. HEX triplet: 01, 68 and 8D. RGB value is (1,104,141). Sum of RGB (Red+Green+Blue) = 1+104+141=246 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 246); Green value is 104 (41.02% from 255 or 42.28% from 246); Blue value is 141 (55.47% from 255 or 57.32% from 246); Max value from RGB is 141 - color contains mainly: blue. Hex color #01688D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01688D is #FE9772. Grayscale: #4D4D4D. Windows color (decimal): -16684915 or 9267201. OLE color: 9267201.
HSL color Cylindrical-coordinate representation of color #01688D: hue angle of 195.86º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01688D is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 104 | 141 | - |
| CMYK | 0.99 | 0.26 | 0 | 0.45 |
| HSL | 195.86º | 0.99% | 0.28% | - |
| HSV(B) | 195.86º | 0.99% | 0.55% | - |
| XYZ | 9.77 | 11.83 | 26.97 | - |
| YUV | 77.42 | 163.88 | 73.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 104 | 141 | 0.99 | 0.26 | 0 | 0.45 | 195.86 | 0.99 | 0.28 |
| Hex | 1 | 68 | 8D | 63 | 1A | 0 | 2D | C4 | 63 | 1C |
| Octal | 1 | 150 | 215 | 143 | 32 | 0 | 55 | 304 | 143 | 34 |
| Binary | 1 | 1101000 | 10001101 | 1100011 | 11010 | 0 | 101101 | 11000100 | 1100011 | 11100 |
Color Harmonies of #01688D
Complementary color
Monochromatic Colors of #01688D
Black with #01688D
Text Example
Text Example
White with #01688D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01688D; }
p { color: rgb(1,104,141); }
H1.HeaderClassName
{
color: #01688D;
}
.AnyTagClassName
{
color: #01688D;
}
</style>
background-color css
<style>
a { background-color: #01688D; }
a { background-color: rgb(1,104,141); }
div.DivClassName
{
background-color: #01688D;
}
.BgClassName
{
background-color: #01688D;
}
</style>
border-color css
<style>
span { border-color: #01688D; }
span { border-color: rgb(1,104,141); }
td.TdClassName
{
border-color: #01688D;
}
.TagClassName
{
border-color: #01688D;
}
</style>