Shades of Cerulean #0184AD
Tints of Cerulean #0184AD
RGB
CMYK
RGB Variations
Color information
#0184AD (or 0x0184AD) is known color: Cerulean. HEX triplet: 01, 84 and AD. RGB value is (1,132,173). Sum of RGB (Red+Green+Blue) = 1+132+173=306 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 306); Green value is 132 (51.95% from 255 or 43.14% from 306); Blue value is 173 (67.97% from 255 or 56.54% from 306); Max value from RGB is 173 - color contains mainly: blue. Hex color #0184AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0184AD is #FE7B52. Grayscale: #616161. Windows color (decimal): -16677715 or 11371521. OLE color: 11371521.
HSL color Cylindrical-coordinate representation of color #0184AD: hue angle of 194.3º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0184AD is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 132 | 173 | - |
| CMYK | 0.99 | 0.24 | 0 | 0.32 |
| HSL | 194.3º | 0.99% | 0.34% | - |
| HSV(B) | 194.3º | 0.99% | 0.68% | - |
| XYZ | 15.81 | 19.53 | 42.47 | - |
| YUV | 97.51 | 170.6 | 59.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 132 | 173 | 0.99 | 0.24 | 0 | 0.32 | 194.3 | 0.99 | 0.34 |
| Hex | 1 | 84 | AD | 63 | 18 | 0 | 20 | C2 | 63 | 22 |
| Octal | 1 | 204 | 255 | 143 | 30 | 0 | 40 | 302 | 143 | 42 |
| Binary | 1 | 10000100 | 10101101 | 1100011 | 11000 | 0 | 100000 | 11000010 | 1100011 | 100010 |
Color Harmonies of #0184AD
Complementary color
Monochromatic Colors of #0184AD
Black with #0184AD
Text Example
Text Example
White with #0184AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0184AD; }
p { color: rgb(1,132,173); }
H1.HeaderClassName
{
color: #0184AD;
}
.AnyTagClassName
{
color: #0184AD;
}
</style>
background-color css
<style>
a { background-color: #0184AD; }
a { background-color: rgb(1,132,173); }
div.DivClassName
{
background-color: #0184AD;
}
.BgClassName
{
background-color: #0184AD;
}
</style>
border-color css
<style>
span { border-color: #0184AD; }
span { border-color: rgb(1,132,173); }
td.TdClassName
{
border-color: #0184AD;
}
.TagClassName
{
border-color: #0184AD;
}
</style>