Shades of Cerulean #01689A
Tints of Cerulean #01689A
RGB
CMYK
RGB Variations
Color information
#01689A (or 0x01689A) is known color: Cerulean. HEX triplet: 01, 68 and 9A. RGB value is (1,104,154). Sum of RGB (Red+Green+Blue) = 1+104+154=259 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 259); Green value is 104 (41.02% from 255 or 40.15% from 259); Blue value is 154 (60.55% from 255 or 59.46% from 259); Max value from RGB is 154 - color contains mainly: blue. Hex color #01689A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01689A is #FE9765. Grayscale: #4E4E4E. Windows color (decimal): -16684902 or 10119169. OLE color: 10119169.
HSL color Cylindrical-coordinate representation of color #01689A: hue angle of 199.61º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01689A is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 1 | 104 | 154 | - |
| CMYK | 0.99 | 0.32 | 0 | 0.40 |
| HSL | 199.61º | 0.99% | 0.3% | - |
| HSV(B) | 199.61º | 0.99% | 0.6% | - |
| XYZ | 10.8 | 12.24 | 32.37 | - |
| YUV | 78.9 | 170.38 | 72.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 104 | 154 | 0.99 | 0.32 | 0 | 0.40 | 199.61 | 0.99 | 0.3 |
| Hex | 1 | 68 | 9A | 63 | 20 | 0 | 28 | C8 | 63 | 1E |
| Octal | 1 | 150 | 232 | 143 | 40 | 0 | 50 | 310 | 143 | 36 |
| Binary | 1 | 1101000 | 10011010 | 1100011 | 100000 | 0 | 101000 | 11001000 | 1100011 | 11110 |
Color Harmonies of #01689A
Complementary color
Monochromatic Colors of #01689A
Black with #01689A
Text Example
Text Example
White with #01689A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01689A; }
p { color: rgb(1,104,154); }
H1.HeaderClassName
{
color: #01689A;
}
.AnyTagClassName
{
color: #01689A;
}
</style>
background-color css
<style>
a { background-color: #01689A; }
a { background-color: rgb(1,104,154); }
div.DivClassName
{
background-color: #01689A;
}
.BgClassName
{
background-color: #01689A;
}
</style>
border-color css
<style>
span { border-color: #01689A; }
span { border-color: rgb(1,104,154); }
td.TdClassName
{
border-color: #01689A;
}
.TagClassName
{
border-color: #01689A;
}
</style>