Shades of Cerulean #01689C
Tints of Cerulean #01689C
RGB
CMYK
RGB Variations
Color information
#01689C (or 0x01689C) is known color: Cerulean. HEX triplet: 01, 68 and 9C. RGB value is (1,104,156). Sum of RGB (Red+Green+Blue) = 1+104+156=261 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 261); Green value is 104 (41.02% from 255 or 39.85% from 261); Blue value is 156 (61.33% from 255 or 59.77% from 261); Max value from RGB is 156 - color contains mainly: blue. Hex color #01689C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01689C is #FE9763. Grayscale: #4E4E4E. Windows color (decimal): -16684900 or 10250241. OLE color: 10250241.
HSL color Cylindrical-coordinate representation of color #01689C: hue angle of 200.13º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01689C is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 1 | 104 | 156 | - |
| CMYK | 0.99 | 0.33 | 0 | 0.39 |
| HSL | 200.13º | 0.99% | 0.31% | - |
| HSV(B) | 200.13º | 0.99% | 0.61% | - |
| XYZ | 10.96 | 12.31 | 33.25 | - |
| YUV | 79.13 | 171.38 | 72.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 104 | 156 | 0.99 | 0.33 | 0 | 0.39 | 200.13 | 0.99 | 0.31 |
| Hex | 1 | 68 | 9C | 63 | 21 | 0 | 27 | C8 | 63 | 1F |
| Octal | 1 | 150 | 234 | 143 | 41 | 0 | 47 | 310 | 143 | 37 |
| Binary | 1 | 1101000 | 10011100 | 1100011 | 100001 | 0 | 100111 | 11001000 | 1100011 | 11111 |
Color Harmonies of #01689C
Complementary color
Monochromatic Colors of #01689C
Black with #01689C
Text Example
Text Example
White with #01689C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01689C; }
p { color: rgb(1,104,156); }
H1.HeaderClassName
{
color: #01689C;
}
.AnyTagClassName
{
color: #01689C;
}
</style>
background-color css
<style>
a { background-color: #01689C; }
a { background-color: rgb(1,104,156); }
div.DivClassName
{
background-color: #01689C;
}
.BgClassName
{
background-color: #01689C;
}
</style>
border-color css
<style>
span { border-color: #01689C; }
span { border-color: rgb(1,104,156); }
td.TdClassName
{
border-color: #01689C;
}
.TagClassName
{
border-color: #01689C;
}
</style>