Shades of Cerulean #1084A7
Tints of Cerulean #1084A7
RGB
CMYK
RGB Variations
Color information
#1084A7 (or 0x1084A7) is known color: Cerulean. HEX triplet: 10, 84 and A7. RGB value is (16,132,167). Sum of RGB (Red+Green+Blue) = 16+132+167=315 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.08% from 315); Green value is 132 (51.95% from 255 or 41.90% from 315); Blue value is 167 (65.62% from 255 or 53.02% from 315); Max value from RGB is 167 - color contains mainly: blue. Hex color #1084A7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1084A7 is #EF7B58. Grayscale: #656565. Windows color (decimal): -15694681 or 10978320. OLE color: 10978320.
HSL color Cylindrical-coordinate representation of color #1084A7: hue angle of 193.91º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1084A7 is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 16 | 132 | 167 | - |
| CMYK | 0.90 | 0.21 | 0 | 0.35 |
| HSL | 193.91º | 0.83% | 0.36% | - |
| HSV(B) | 193.91º | 0.9% | 0.65% | - |
| XYZ | 15.44 | 19.4 | 39.49 | - |
| YUV | 101.31 | 165.07 | 67.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 132 | 167 | 0.90 | 0.21 | 0 | 0.35 | 193.91 | 0.83 | 0.36 |
| Hex | 10 | 84 | A7 | 5A | 15 | 0 | 23 | C2 | 53 | 24 |
| Octal | 20 | 204 | 247 | 132 | 25 | 0 | 43 | 302 | 123 | 44 |
| Binary | 10000 | 10000100 | 10100111 | 1011010 | 10101 | 0 | 100011 | 11000010 | 1010011 | 100100 |
Color Harmonies of #1084A7
Complementary color
Monochromatic Colors of #1084A7
Black with #1084A7
Text Example
Text Example
White with #1084A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1084A7; }
p { color: rgb(16,132,167); }
H1.HeaderClassName
{
color: #1084A7;
}
.AnyTagClassName
{
color: #1084A7;
}
</style>
background-color css
<style>
a { background-color: #1084A7; }
a { background-color: rgb(16,132,167); }
div.DivClassName
{
background-color: #1084A7;
}
.BgClassName
{
background-color: #1084A7;
}
</style>
border-color css
<style>
span { border-color: #1084A7; }
span { border-color: rgb(16,132,167); }
td.TdClassName
{
border-color: #1084A7;
}
.TagClassName
{
border-color: #1084A7;
}
</style>