Shades of Cerulean #0181BD
Tints of Cerulean #0181BD
RGB
CMYK
RGB Variations
Color information
#0181BD (or 0x0181BD) is known color: Cerulean. HEX triplet: 01, 81 and BD. RGB value is (1,129,189). Sum of RGB (Red+Green+Blue) = 1+129+189=319 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 319); Green value is 129 (50.78% from 255 or 40.44% from 319); Blue value is 189 (74.22% from 255 or 59.25% from 319); Max value from RGB is 189 - color contains mainly: blue. Hex color #0181BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0181BD is #FE7E42. Grayscale: #616161. Windows color (decimal): -16678467 or 12419329. OLE color: 12419329.
HSL color Cylindrical-coordinate representation of color #0181BD: hue angle of 199.15º 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 #0181BD is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 129 | 189 | - |
| CMYK | 0.99 | 0.32 | 0 | 0.26 |
| HSL | 199.15º | 0.99% | 0.37% | - |
| HSV(B) | 199.15º | 0.99% | 0.74% | - |
| XYZ | 17.05 | 19.38 | 50.99 | - |
| YUV | 97.57 | 179.59 | 59.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 129 | 189 | 0.99 | 0.32 | 0 | 0.26 | 199.15 | 0.99 | 0.37 |
| Hex | 1 | 81 | BD | 63 | 20 | 0 | 1A | C7 | 63 | 25 |
| Octal | 1 | 201 | 275 | 143 | 40 | 0 | 32 | 307 | 143 | 45 |
| Binary | 1 | 10000001 | 10111101 | 1100011 | 100000 | 0 | 11010 | 11000111 | 1100011 | 100101 |
Color Harmonies of #0181BD
Complementary color
Monochromatic Colors of #0181BD
Black with #0181BD
Text Example
Text Example
White with #0181BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0181BD; }
p { color: rgb(1,129,189); }
H1.HeaderClassName
{
color: #0181BD;
}
.AnyTagClassName
{
color: #0181BD;
}
</style>
background-color css
<style>
a { background-color: #0181BD; }
a { background-color: rgb(1,129,189); }
div.DivClassName
{
background-color: #0181BD;
}
.BgClassName
{
background-color: #0181BD;
}
</style>
border-color css
<style>
span { border-color: #0181BD; }
span { border-color: rgb(1,129,189); }
td.TdClassName
{
border-color: #0181BD;
}
.TagClassName
{
border-color: #0181BD;
}
</style>