Shades of Cerulean #01749C
Tints of Cerulean #01749C
RGB
CMYK
RGB Variations
Color information
#01749C (or 0x01749C) is known color: Cerulean. HEX triplet: 01, 74 and 9C. RGB value is (1,116,156). Sum of RGB (Red+Green+Blue) = 1+116+156=273 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 273); Green value is 116 (45.70% from 255 or 42.49% from 273); Blue value is 156 (61.33% from 255 or 57.14% from 273); Max value from RGB is 156 - color contains mainly: blue. Hex color #01749C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01749C is #FE8B63. Grayscale: #555555. Windows color (decimal): -16681828 or 10253313. OLE color: 10253313.
HSL color Cylindrical-coordinate representation of color #01749C: hue angle of 195.48º 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 #01749C is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 1 | 116 | 156 | - |
| CMYK | 0.99 | 0.26 | 0 | 0.39 |
| HSL | 195.48º | 0.99% | 0.31% | - |
| HSV(B) | 195.48º | 0.99% | 0.61% | - |
| XYZ | 12.26 | 14.9 | 33.68 | - |
| YUV | 86.18 | 167.4 | 67.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 116 | 156 | 0.99 | 0.26 | 0 | 0.39 | 195.48 | 0.99 | 0.31 |
| Hex | 1 | 74 | 9C | 63 | 1A | 0 | 27 | C3 | 63 | 1F |
| Octal | 1 | 164 | 234 | 143 | 32 | 0 | 47 | 303 | 143 | 37 |
| Binary | 1 | 1110100 | 10011100 | 1100011 | 11010 | 0 | 100111 | 11000011 | 1100011 | 11111 |
Color Harmonies of #01749C
Complementary color
Monochromatic Colors of #01749C
Black with #01749C
Text Example
Text Example
White with #01749C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01749C; }
p { color: rgb(1,116,156); }
H1.HeaderClassName
{
color: #01749C;
}
.AnyTagClassName
{
color: #01749C;
}
</style>
background-color css
<style>
a { background-color: #01749C; }
a { background-color: rgb(1,116,156); }
div.DivClassName
{
background-color: #01749C;
}
.BgClassName
{
background-color: #01749C;
}
</style>
border-color css
<style>
span { border-color: #01749C; }
span { border-color: rgb(1,116,156); }
td.TdClassName
{
border-color: #01749C;
}
.TagClassName
{
border-color: #01749C;
}
</style>