Shades of Cerulean #01698D
Tints of Cerulean #01698D
RGB
CMYK
RGB Variations
Color information
#01698D (or 0x01698D) is known color: Cerulean. HEX triplet: 01, 69 and 8D. RGB value is (1,105,141). Sum of RGB (Red+Green+Blue) = 1+105+141=247 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 247); Green value is 105 (41.41% from 255 or 42.51% from 247); Blue value is 141 (55.47% from 255 or 57.09% from 247); Max value from RGB is 141 - color contains mainly: blue. Hex color #01698D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01698D is #FE9672. Grayscale: #4D4D4D. Windows color (decimal): -16684659 or 9267457. OLE color: 9267457.
HSL color Cylindrical-coordinate representation of color #01698D: hue angle of 195.43º 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 #01698D is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 105 | 141 | - |
| CMYK | 0.99 | 0.26 | 0 | 0.45 |
| HSL | 195.43º | 0.99% | 0.28% | - |
| HSV(B) | 195.43º | 0.99% | 0.55% | - |
| XYZ | 9.87 | 12.03 | 27 | - |
| YUV | 78.01 | 163.54 | 73.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 105 | 141 | 0.99 | 0.26 | 0 | 0.45 | 195.43 | 0.99 | 0.28 |
| Hex | 1 | 69 | 8D | 63 | 1A | 0 | 2D | C3 | 63 | 1C |
| Octal | 1 | 151 | 215 | 143 | 32 | 0 | 55 | 303 | 143 | 34 |
| Binary | 1 | 1101001 | 10001101 | 1100011 | 11010 | 0 | 101101 | 11000011 | 1100011 | 11100 |
Color Harmonies of #01698D
Complementary color
Monochromatic Colors of #01698D
Black with #01698D
Text Example
Text Example
White with #01698D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01698D; }
p { color: rgb(1,105,141); }
H1.HeaderClassName
{
color: #01698D;
}
.AnyTagClassName
{
color: #01698D;
}
</style>
background-color css
<style>
a { background-color: #01698D; }
a { background-color: rgb(1,105,141); }
div.DivClassName
{
background-color: #01698D;
}
.BgClassName
{
background-color: #01698D;
}
</style>
border-color css
<style>
span { border-color: #01698D; }
span { border-color: rgb(1,105,141); }
td.TdClassName
{
border-color: #01698D;
}
.TagClassName
{
border-color: #01698D;
}
</style>