Shades of Cerulean #0180BD
Tints of Cerulean #0180BD
RGB
CMYK
RGB Variations
Color information
#0180BD (or 0x0180BD) is known color: Cerulean. HEX triplet: 01, 80 and BD. RGB value is (1,128,189). Sum of RGB (Red+Green+Blue) = 1+128+189=318 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 318); Green value is 128 (50.39% from 255 or 40.25% from 318); Blue value is 189 (74.22% from 255 or 59.43% from 318); Max value from RGB is 189 - color contains mainly: blue. Hex color #0180BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0180BD is #FE7F42. Grayscale: #606060. Windows color (decimal): -16678723 or 12419073. OLE color: 12419073.
HSL color Cylindrical-coordinate representation of color #0180BD: hue angle of 199.47º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0180BD is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 128 | 189 | - |
| CMYK | 0.99 | 0.32 | 0 | 0.26 |
| HSL | 199.47º | 0.99% | 0.37% | - |
| HSV(B) | 199.47º | 0.99% | 0.74% | - |
| XYZ | 16.92 | 19.12 | 50.94 | - |
| YUV | 96.98 | 179.92 | 59.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 128 | 189 | 0.99 | 0.32 | 0 | 0.26 | 199.47 | 0.99 | 0.37 |
| Hex | 1 | 80 | BD | 63 | 20 | 0 | 1A | C7 | 63 | 25 |
| Octal | 1 | 200 | 275 | 143 | 40 | 0 | 32 | 307 | 143 | 45 |
| Binary | 1 | 10000000 | 10111101 | 1100011 | 100000 | 0 | 11010 | 11000111 | 1100011 | 100101 |
Color Harmonies of #0180BD
Complementary color
Monochromatic Colors of #0180BD
Black with #0180BD
Text Example
Text Example
White with #0180BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0180BD; }
p { color: rgb(1,128,189); }
H1.HeaderClassName
{
color: #0180BD;
}
.AnyTagClassName
{
color: #0180BD;
}
</style>
background-color css
<style>
a { background-color: #0180BD; }
a { background-color: rgb(1,128,189); }
div.DivClassName
{
background-color: #0180BD;
}
.BgClassName
{
background-color: #0180BD;
}
</style>
border-color css
<style>
span { border-color: #0180BD; }
span { border-color: rgb(1,128,189); }
td.TdClassName
{
border-color: #0180BD;
}
.TagClassName
{
border-color: #0180BD;
}
</style>