Shades of Cerulean #0180B7
Tints of Cerulean #0180B7
RGB
CMYK
RGB Variations
Color information
#0180B7 (or 0x0180B7) is known color: Cerulean. HEX triplet: 01, 80 and B7. RGB value is (1,128,183). Sum of RGB (Red+Green+Blue) = 1+128+183=312 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 312); Green value is 128 (50.39% from 255 or 41.03% from 312); Blue value is 183 (71.88% from 255 or 58.65% from 312); Max value from RGB is 183 - color contains mainly: blue. Hex color #0180B7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0180B7 is #FE7F48. Grayscale: #5F5F5F. Windows color (decimal): -16678729 or 12025857. OLE color: 12025857.
HSL color Cylindrical-coordinate representation of color #0180B7: hue angle of 198.13º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0180B7 is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 1 | 128 | 183 | - |
| CMYK | 0.99 | 0.30 | 0 | 0.28 |
| HSL | 198.13º | 0.99% | 0.36% | - |
| HSV(B) | 198.13º | 0.99% | 0.72% | - |
| XYZ | 16.28 | 18.86 | 47.58 | - |
| YUV | 96.3 | 176.92 | 60.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 128 | 183 | 0.99 | 0.30 | 0 | 0.28 | 198.13 | 0.99 | 0.36 |
| Hex | 1 | 80 | B7 | 63 | 1E | 0 | 1C | C6 | 63 | 24 |
| Octal | 1 | 200 | 267 | 143 | 36 | 0 | 34 | 306 | 143 | 44 |
| Binary | 1 | 10000000 | 10110111 | 1100011 | 11110 | 0 | 11100 | 11000110 | 1100011 | 100100 |
Color Harmonies of #0180B7
Complementary color
Monochromatic Colors of #0180B7
Black with #0180B7
Text Example
Text Example
White with #0180B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0180B7; }
p { color: rgb(1,128,183); }
H1.HeaderClassName
{
color: #0180B7;
}
.AnyTagClassName
{
color: #0180B7;
}
</style>
background-color css
<style>
a { background-color: #0180B7; }
a { background-color: rgb(1,128,183); }
div.DivClassName
{
background-color: #0180B7;
}
.BgClassName
{
background-color: #0180B7;
}
</style>
border-color css
<style>
span { border-color: #0180B7; }
span { border-color: rgb(1,128,183); }
td.TdClassName
{
border-color: #0180B7;
}
.TagClassName
{
border-color: #0180B7;
}
</style>