Shades of Cerulean #01769C
Tints of Cerulean #01769C
RGB
CMYK
RGB Variations
Color information
#01769C (or 0x01769C) is known color: Cerulean. HEX triplet: 01, 76 and 9C. RGB value is (1,118,156). Sum of RGB (Red+Green+Blue) = 1+118+156=275 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 275); Green value is 118 (46.48% from 255 or 42.91% from 275); Blue value is 156 (61.33% from 255 or 56.73% from 275); Max value from RGB is 156 - color contains mainly: blue. Hex color #01769C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01769C is #FE8963. Grayscale: #575757. Windows color (decimal): -16681316 or 10253825. OLE color: 10253825.
HSL color Cylindrical-coordinate representation of color #01769C: hue angle of 194.71º 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 #01769C is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 1 | 118 | 156 | - |
| CMYK | 0.99 | 0.24 | 0 | 0.39 |
| HSL | 194.71º | 0.99% | 0.31% | - |
| HSV(B) | 194.71º | 0.99% | 0.61% | - |
| XYZ | 12.49 | 15.36 | 33.76 | - |
| YUV | 87.35 | 166.74 | 66.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 118 | 156 | 0.99 | 0.24 | 0 | 0.39 | 194.71 | 0.99 | 0.31 |
| Hex | 1 | 76 | 9C | 63 | 18 | 0 | 27 | C3 | 63 | 1F |
| Octal | 1 | 166 | 234 | 143 | 30 | 0 | 47 | 303 | 143 | 37 |
| Binary | 1 | 1110110 | 10011100 | 1100011 | 11000 | 0 | 100111 | 11000011 | 1100011 | 11111 |
Color Harmonies of #01769C
Complementary color
Monochromatic Colors of #01769C
Black with #01769C
Text Example
Text Example
White with #01769C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01769C; }
p { color: rgb(1,118,156); }
H1.HeaderClassName
{
color: #01769C;
}
.AnyTagClassName
{
color: #01769C;
}
</style>
background-color css
<style>
a { background-color: #01769C; }
a { background-color: rgb(1,118,156); }
div.DivClassName
{
background-color: #01769C;
}
.BgClassName
{
background-color: #01769C;
}
</style>
border-color css
<style>
span { border-color: #01769C; }
span { border-color: rgb(1,118,156); }
td.TdClassName
{
border-color: #01769C;
}
.TagClassName
{
border-color: #01769C;
}
</style>