Shades of Cerulean #0179BA
Tints of Cerulean #0179BA
RGB
CMYK
RGB Variations
Color information
#0179BA (or 0x0179BA) is known color: Cerulean. HEX triplet: 01, 79 and BA. RGB value is (1,121,186). Sum of RGB (Red+Green+Blue) = 1+121+186=308 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 308); Green value is 121 (47.66% from 255 or 39.29% from 308); Blue value is 186 (73.05% from 255 or 60.39% from 308); Max value from RGB is 186 - color contains mainly: blue. Hex color #0179BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0179BA is #FE8645. Grayscale: #5C5C5C. Windows color (decimal): -16680518 or 12220673. OLE color: 12220673.
HSL color Cylindrical-coordinate representation of color #0179BA: hue angle of 201.08º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0179BA is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 121 | 186 | - |
| CMYK | 0.99 | 0.35 | 0 | 0.27 |
| HSL | 201.08º | 0.99% | 0.37% | - |
| HSV(B) | 201.08º | 0.99% | 0.73% | - |
| XYZ | 15.71 | 17.23 | 48.95 | - |
| YUV | 92.53 | 180.74 | 62.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 121 | 186 | 0.99 | 0.35 | 0 | 0.27 | 201.08 | 0.99 | 0.37 |
| Hex | 1 | 79 | BA | 63 | 23 | 0 | 1B | C9 | 63 | 25 |
| Octal | 1 | 171 | 272 | 143 | 43 | 0 | 33 | 311 | 143 | 45 |
| Binary | 1 | 1111001 | 10111010 | 1100011 | 100011 | 0 | 11011 | 11001001 | 1100011 | 100101 |
Color Harmonies of #0179BA
Complementary color
Monochromatic Colors of #0179BA
Black with #0179BA
Text Example
Text Example
White with #0179BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0179BA; }
p { color: rgb(1,121,186); }
H1.HeaderClassName
{
color: #0179BA;
}
.AnyTagClassName
{
color: #0179BA;
}
</style>
background-color css
<style>
a { background-color: #0179BA; }
a { background-color: rgb(1,121,186); }
div.DivClassName
{
background-color: #0179BA;
}
.BgClassName
{
background-color: #0179BA;
}
</style>
border-color css
<style>
span { border-color: #0179BA; }
span { border-color: rgb(1,121,186); }
td.TdClassName
{
border-color: #0179BA;
}
.TagClassName
{
border-color: #0179BA;
}
</style>