Shades of Cerulean #01689B
Tints of Cerulean #01689B
RGB
CMYK
RGB Variations
Color information
#01689B (or 0x01689B) is known color: Cerulean. HEX triplet: 01, 68 and 9B. RGB value is (1,104,155). Sum of RGB (Red+Green+Blue) = 1+104+155=260 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 260); Green value is 104 (41.02% from 255 or 40% from 260); Blue value is 155 (60.94% from 255 or 59.62% from 260); Max value from RGB is 155 - color contains mainly: blue. Hex color #01689B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01689B is #FE9764. Grayscale: #4E4E4E. Windows color (decimal): -16684901 or 10184705. OLE color: 10184705.
HSL color Cylindrical-coordinate representation of color #01689B: hue angle of 199.87º 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 #01689B is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 1 | 104 | 155 | - |
| CMYK | 0.99 | 0.33 | 0 | 0.39 |
| HSL | 199.87º | 0.99% | 0.31% | - |
| HSV(B) | 199.87º | 0.99% | 0.61% | - |
| XYZ | 10.88 | 12.27 | 32.81 | - |
| YUV | 79.02 | 170.88 | 72.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 104 | 155 | 0.99 | 0.33 | 0 | 0.39 | 199.87 | 0.99 | 0.31 |
| Hex | 1 | 68 | 9B | 63 | 21 | 0 | 27 | C8 | 63 | 1F |
| Octal | 1 | 150 | 233 | 143 | 41 | 0 | 47 | 310 | 143 | 37 |
| Binary | 1 | 1101000 | 10011011 | 1100011 | 100001 | 0 | 100111 | 11001000 | 1100011 | 11111 |
Color Harmonies of #01689B
Complementary color
Monochromatic Colors of #01689B
Black with #01689B
Text Example
Text Example
White with #01689B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01689B; }
p { color: rgb(1,104,155); }
H1.HeaderClassName
{
color: #01689B;
}
.AnyTagClassName
{
color: #01689B;
}
</style>
background-color css
<style>
a { background-color: #01689B; }
a { background-color: rgb(1,104,155); }
div.DivClassName
{
background-color: #01689B;
}
.BgClassName
{
background-color: #01689B;
}
</style>
border-color css
<style>
span { border-color: #01689B; }
span { border-color: rgb(1,104,155); }
td.TdClassName
{
border-color: #01689B;
}
.TagClassName
{
border-color: #01689B;
}
</style>