Shades of Cerulean #01799B
Tints of Cerulean #01799B
RGB
CMYK
RGB Variations
Color information
#01799B (or 0x01799B) is known color: Cerulean. HEX triplet: 01, 79 and 9B. RGB value is (1,121,155). Sum of RGB (Red+Green+Blue) = 1+121+155=277 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 277); Green value is 121 (47.66% from 255 or 43.68% from 277); Blue value is 155 (60.94% from 255 or 55.96% from 277); Max value from RGB is 155 - color contains mainly: blue. Hex color #01799B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01799B is #FE8664. Grayscale: #585858. Windows color (decimal): -16680549 or 10189057. OLE color: 10189057.
HSL color Cylindrical-coordinate representation of color #01799B: hue angle of 193.25º 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 #01799B is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 1 | 121 | 155 | - |
| CMYK | 0.99 | 0.22 | 0 | 0.39 |
| HSL | 193.25º | 0.99% | 0.31% | - |
| HSV(B) | 193.25º | 0.99% | 0.61% | - |
| XYZ | 12.77 | 16.05 | 33.44 | - |
| YUV | 89 | 165.24 | 65.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 121 | 155 | 0.99 | 0.22 | 0 | 0.39 | 193.25 | 0.99 | 0.31 |
| Hex | 1 | 79 | 9B | 63 | 16 | 0 | 27 | C1 | 63 | 1F |
| Octal | 1 | 171 | 233 | 143 | 26 | 0 | 47 | 301 | 143 | 37 |
| Binary | 1 | 1111001 | 10011011 | 1100011 | 10110 | 0 | 100111 | 11000001 | 1100011 | 11111 |
Color Harmonies of #01799B
Complementary color
Monochromatic Colors of #01799B
Black with #01799B
Text Example
Text Example
White with #01799B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01799B; }
p { color: rgb(1,121,155); }
H1.HeaderClassName
{
color: #01799B;
}
.AnyTagClassName
{
color: #01799B;
}
</style>
background-color css
<style>
a { background-color: #01799B; }
a { background-color: rgb(1,121,155); }
div.DivClassName
{
background-color: #01799B;
}
.BgClassName
{
background-color: #01799B;
}
</style>
border-color css
<style>
span { border-color: #01799B; }
span { border-color: rgb(1,121,155); }
td.TdClassName
{
border-color: #01799B;
}
.TagClassName
{
border-color: #01799B;
}
</style>