Shades of Cerulean #01749D
Tints of Cerulean #01749D
RGB
CMYK
RGB Variations
Color information
#01749D (or 0x01749D) is known color: Cerulean. HEX triplet: 01, 74 and 9D. RGB value is (1,116,157). Sum of RGB (Red+Green+Blue) = 1+116+157=274 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 274); Green value is 116 (45.70% from 255 or 42.34% from 274); Blue value is 157 (61.72% from 255 or 57.30% from 274); Max value from RGB is 157 - color contains mainly: blue. Hex color #01749D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01749D is #FE8B62. Grayscale: #565656. Windows color (decimal): -16681827 or 10318849. OLE color: 10318849.
HSL color Cylindrical-coordinate representation of color #01749D: hue angle of 195.77º 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 #01749D is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 1 | 116 | 157 | - |
| CMYK | 0.99 | 0.26 | 0 | 0.38 |
| HSL | 195.77º | 0.99% | 0.31% | - |
| HSV(B) | 195.77º | 0.99% | 0.62% | - |
| XYZ | 12.34 | 14.93 | 34.13 | - |
| YUV | 86.29 | 167.9 | 67.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 116 | 157 | 0.99 | 0.26 | 0 | 0.38 | 195.77 | 0.99 | 0.31 |
| Hex | 1 | 74 | 9D | 63 | 1A | 0 | 26 | C4 | 63 | 1F |
| Octal | 1 | 164 | 235 | 143 | 32 | 0 | 46 | 304 | 143 | 37 |
| Binary | 1 | 1110100 | 10011101 | 1100011 | 11010 | 0 | 100110 | 11000100 | 1100011 | 11111 |
Color Harmonies of #01749D
Complementary color
Monochromatic Colors of #01749D
Black with #01749D
Text Example
Text Example
White with #01749D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01749D; }
p { color: rgb(1,116,157); }
H1.HeaderClassName
{
color: #01749D;
}
.AnyTagClassName
{
color: #01749D;
}
</style>
background-color css
<style>
a { background-color: #01749D; }
a { background-color: rgb(1,116,157); }
div.DivClassName
{
background-color: #01749D;
}
.BgClassName
{
background-color: #01749D;
}
</style>
border-color css
<style>
span { border-color: #01749D; }
span { border-color: rgb(1,116,157); }
td.TdClassName
{
border-color: #01749D;
}
.TagClassName
{
border-color: #01749D;
}
</style>