Shades of Cerulean #0084AD
Tints of Cerulean #0084AD
RGB
CMYK
RGB Variations
Color information
#0084AD (or 0x0084AD) is known color: Cerulean. HEX triplet: 00, 84 and AD. RGB value is (0,132,173). Sum of RGB (Red+Green+Blue) = 0+132+173=305 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 305); Green value is 132 (51.95% from 255 or 43.28% from 305); Blue value is 173 (67.97% from 255 or 56.72% from 305); Max value from RGB is 173 - color contains mainly: blue. Hex color #0084AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0084AD is #FF7B52. Grayscale: #606060. Windows color (decimal): -16743251 or 11371520. OLE color: 11371520.
HSL color Cylindrical-coordinate representation of color #0084AD: hue angle of 194.22º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0084AD is Cyan = 1, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 0 | 132 | 173 | - |
| CMYK | 1 | 0.24 | 0 | 0.32 |
| HSL | 194.22º | 1% | 0.34% | - |
| HSV(B) | 194.22º | 1% | 0.68% | - |
| XYZ | 15.79 | 19.52 | 42.47 | - |
| YUV | 97.21 | 170.77 | 58.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 132 | 173 | 1 | 0.24 | 0 | 0.32 | 194.22 | 1 | 0.34 |
| Hex | 0 | 84 | AD | 64 | 18 | 0 | 20 | C2 | 64 | 22 |
| Octal | 0 | 204 | 255 | 144 | 30 | 0 | 40 | 302 | 144 | 42 |
| Binary | 0 | 10000100 | 10101101 | 1100100 | 11000 | 0 | 100000 | 11000010 | 1100100 | 100010 |
Color Harmonies of #0084AD
Complementary color
Monochromatic Colors of #0084AD
Black with #0084AD
Text Example
Text Example
White with #0084AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0084AD; }
p { color: rgb(0,132,173); }
H1.HeaderClassName
{
color: #0084AD;
}
.AnyTagClassName
{
color: #0084AD;
}
</style>
background-color css
<style>
a { background-color: #0084AD; }
a { background-color: rgb(0,132,173); }
div.DivClassName
{
background-color: #0084AD;
}
.BgClassName
{
background-color: #0084AD;
}
</style>
border-color css
<style>
span { border-color: #0084AD; }
span { border-color: rgb(0,132,173); }
td.TdClassName
{
border-color: #0084AD;
}
.TagClassName
{
border-color: #0084AD;
}
</style>