Shades of Cerulean #01698F
Tints of Cerulean #01698F
RGB
CMYK
RGB Variations
Color information
#01698F (or 0x01698F) is known color: Cerulean. HEX triplet: 01, 69 and 8F. RGB value is (1,105,143). Sum of RGB (Red+Green+Blue) = 1+105+143=249 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 249); Green value is 105 (41.41% from 255 or 42.17% from 249); Blue value is 143 (56.25% from 255 or 57.43% from 249); Max value from RGB is 143 - color contains mainly: blue. Hex color #01698F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01698F is #FE9670. Grayscale: #4D4D4D. Windows color (decimal): -16684657 or 9398529. OLE color: 9398529.
HSL color Cylindrical-coordinate representation of color #01698F: hue angle of 196.06º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01698F is Cyan = 0.99, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 105 | 143 | - |
| CMYK | 0.99 | 0.27 | 0 | 0.44 |
| HSL | 196.06º | 0.99% | 0.28% | - |
| HSV(B) | 196.06º | 0.99% | 0.56% | - |
| XYZ | 10.02 | 12.09 | 27.79 | - |
| YUV | 78.24 | 164.54 | 72.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 105 | 143 | 0.99 | 0.27 | 0 | 0.44 | 196.06 | 0.99 | 0.28 |
| Hex | 1 | 69 | 8F | 63 | 1B | 0 | 2C | C4 | 63 | 1C |
| Octal | 1 | 151 | 217 | 143 | 33 | 0 | 54 | 304 | 143 | 34 |
| Binary | 1 | 1101001 | 10001111 | 1100011 | 11011 | 0 | 101100 | 11000100 | 1100011 | 11100 |
Color Harmonies of #01698F
Complementary color
Monochromatic Colors of #01698F
Black with #01698F
Text Example
Text Example
White with #01698F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01698F; }
p { color: rgb(1,105,143); }
H1.HeaderClassName
{
color: #01698F;
}
.AnyTagClassName
{
color: #01698F;
}
</style>
background-color css
<style>
a { background-color: #01698F; }
a { background-color: rgb(1,105,143); }
div.DivClassName
{
background-color: #01698F;
}
.BgClassName
{
background-color: #01698F;
}
</style>
border-color css
<style>
span { border-color: #01698F; }
span { border-color: rgb(1,105,143); }
td.TdClassName
{
border-color: #01698F;
}
.TagClassName
{
border-color: #01698F;
}
</style>