Shades of Cerulean #01699D
Tints of Cerulean #01699D
RGB
CMYK
RGB Variations
Color information
#01699D (or 0x01699D) is known color: Cerulean. HEX triplet: 01, 69 and 9D. RGB value is (1,105,157). Sum of RGB (Red+Green+Blue) = 1+105+157=263 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 263); Green value is 105 (41.41% from 255 or 39.92% from 263); Blue value is 157 (61.72% from 255 or 59.70% from 263); Max value from RGB is 157 - color contains mainly: blue. Hex color #01699D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01699D is #FE9662. Grayscale: #4F4F4F. Windows color (decimal): -16684643 or 10316033. OLE color: 10316033.
HSL color Cylindrical-coordinate representation of color #01699D: hue angle of 200º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01699D is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 1 | 105 | 157 | - |
| CMYK | 0.99 | 0.33 | 0 | 0.38 |
| HSL | 200º | 0.99% | 0.31% | - |
| HSV(B) | 200º | 0.99% | 0.62% | - |
| XYZ | 11.15 | 12.54 | 33.73 | - |
| YUV | 79.83 | 171.54 | 71.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 105 | 157 | 0.99 | 0.33 | 0 | 0.38 | 200 | 0.99 | 0.31 |
| Hex | 1 | 69 | 9D | 63 | 21 | 0 | 26 | C8 | 63 | 1F |
| Octal | 1 | 151 | 235 | 143 | 41 | 0 | 46 | 310 | 143 | 37 |
| Binary | 1 | 1101001 | 10011101 | 1100011 | 100001 | 0 | 100110 | 11001000 | 1100011 | 11111 |
Color Harmonies of #01699D
Complementary color
Monochromatic Colors of #01699D
Black with #01699D
Text Example
Text Example
White with #01699D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01699D; }
p { color: rgb(1,105,157); }
H1.HeaderClassName
{
color: #01699D;
}
.AnyTagClassName
{
color: #01699D;
}
</style>
background-color css
<style>
a { background-color: #01699D; }
a { background-color: rgb(1,105,157); }
div.DivClassName
{
background-color: #01699D;
}
.BgClassName
{
background-color: #01699D;
}
</style>
border-color css
<style>
span { border-color: #01699D; }
span { border-color: rgb(1,105,157); }
td.TdClassName
{
border-color: #01699D;
}
.TagClassName
{
border-color: #01699D;
}
</style>