Shades of Cerulean #01779C
Tints of Cerulean #01779C
RGB
CMYK
RGB Variations
Color information
#01779C (or 0x01779C) is known color: Cerulean. HEX triplet: 01, 77 and 9C. RGB value is (1,119,156). Sum of RGB (Red+Green+Blue) = 1+119+156=276 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 276); Green value is 119 (46.88% from 255 or 43.12% from 276); Blue value is 156 (61.33% from 255 or 56.52% from 276); Max value from RGB is 156 - color contains mainly: blue. Hex color #01779C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01779C is #FE8863. Grayscale: #575757. Windows color (decimal): -16681060 or 10254081. OLE color: 10254081.
HSL color Cylindrical-coordinate representation of color #01779C: hue angle of 194.32º 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 #01779C is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 1 | 119 | 156 | - |
| CMYK | 0.99 | 0.24 | 0 | 0.39 |
| HSL | 194.32º | 0.99% | 0.31% | - |
| HSV(B) | 194.32º | 0.99% | 0.61% | - |
| XYZ | 12.61 | 15.6 | 33.8 | - |
| YUV | 87.94 | 166.41 | 65.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 119 | 156 | 0.99 | 0.24 | 0 | 0.39 | 194.32 | 0.99 | 0.31 |
| Hex | 1 | 77 | 9C | 63 | 18 | 0 | 27 | C2 | 63 | 1F |
| Octal | 1 | 167 | 234 | 143 | 30 | 0 | 47 | 302 | 143 | 37 |
| Binary | 1 | 1110111 | 10011100 | 1100011 | 11000 | 0 | 100111 | 11000010 | 1100011 | 11111 |
Color Harmonies of #01779C
Complementary color
Monochromatic Colors of #01779C
Black with #01779C
Text Example
Text Example
White with #01779C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01779C; }
p { color: rgb(1,119,156); }
H1.HeaderClassName
{
color: #01779C;
}
.AnyTagClassName
{
color: #01779C;
}
</style>
background-color css
<style>
a { background-color: #01779C; }
a { background-color: rgb(1,119,156); }
div.DivClassName
{
background-color: #01779C;
}
.BgClassName
{
background-color: #01779C;
}
</style>
border-color css
<style>
span { border-color: #01779C; }
span { border-color: rgb(1,119,156); }
td.TdClassName
{
border-color: #01779C;
}
.TagClassName
{
border-color: #01779C;
}
</style>