Shades of Cerulean #0185B1
Tints of Cerulean #0185B1
RGB
CMYK
RGB Variations
Color information
#0185B1 (or 0x0185B1) is known color: Cerulean. HEX triplet: 01, 85 and B1. RGB value is (1,133,177). Sum of RGB (Red+Green+Blue) = 1+133+177=311 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 311); Green value is 133 (52.34% from 255 or 42.77% from 311); Blue value is 177 (69.53% from 255 or 56.91% from 311); Max value from RGB is 177 - color contains mainly: blue. Hex color #0185B1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0185B1 is #FE7A4E. Grayscale: #626262. Windows color (decimal): -16677455 or 11633921. OLE color: 11633921.
HSL color Cylindrical-coordinate representation of color #0185B1: hue angle of 195º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0185B1 is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 133 | 177 | - |
| CMYK | 0.99 | 0.25 | 0 | 0.31 |
| HSL | 195º | 0.99% | 0.35% | - |
| HSV(B) | 195º | 0.99% | 0.69% | - |
| XYZ | 16.34 | 19.96 | 44.59 | - |
| YUV | 98.55 | 172.27 | 58.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 133 | 177 | 0.99 | 0.25 | 0 | 0.31 | 195 | 0.99 | 0.35 |
| Hex | 1 | 85 | B1 | 63 | 19 | 0 | 1F | C3 | 63 | 23 |
| Octal | 1 | 205 | 261 | 143 | 31 | 0 | 37 | 303 | 143 | 43 |
| Binary | 1 | 10000101 | 10110001 | 1100011 | 11001 | 0 | 11111 | 11000011 | 1100011 | 100011 |
Color Harmonies of #0185B1
Complementary color
Monochromatic Colors of #0185B1
Black with #0185B1
Text Example
Text Example
White with #0185B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0185B1; }
p { color: rgb(1,133,177); }
H1.HeaderClassName
{
color: #0185B1;
}
.AnyTagClassName
{
color: #0185B1;
}
</style>
background-color css
<style>
a { background-color: #0185B1; }
a { background-color: rgb(1,133,177); }
div.DivClassName
{
background-color: #0185B1;
}
.BgClassName
{
background-color: #0185B1;
}
</style>
border-color css
<style>
span { border-color: #0185B1; }
span { border-color: rgb(1,133,177); }
td.TdClassName
{
border-color: #0185B1;
}
.TagClassName
{
border-color: #0185B1;
}
</style>