Shades of Cerulean #1084B7
Tints of Cerulean #1084B7
RGB
CMYK
RGB Variations
Color information
#1084B7 (or 0x1084B7) is known color: Cerulean. HEX triplet: 10, 84 and B7. RGB value is (16,132,183). Sum of RGB (Red+Green+Blue) = 16+132+183=331 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.83% from 331); Green value is 132 (51.95% from 255 or 39.88% from 331); Blue value is 183 (71.88% from 255 or 55.29% from 331); Max value from RGB is 183 - color contains mainly: blue. Hex color #1084B7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1084B7 is #EF7B48. Grayscale: #666666. Windows color (decimal): -15694665 or 12026896. OLE color: 12026896.
HSL color Cylindrical-coordinate representation of color #1084B7: hue angle of 198.32º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1084B7 is Cyan = 0.91, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 16 | 132 | 183 | - |
| CMYK | 0.91 | 0.28 | 0 | 0.28 |
| HSL | 198.32º | 0.84% | 0.39% | - |
| HSV(B) | 198.32º | 0.91% | 0.72% | - |
| XYZ | 17.01 | 20.03 | 47.77 | - |
| YUV | 103.13 | 173.07 | 65.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 132 | 183 | 0.91 | 0.28 | 0 | 0.28 | 198.32 | 0.84 | 0.39 |
| Hex | 10 | 84 | B7 | 5B | 1C | 0 | 1C | C6 | 54 | 27 |
| Octal | 20 | 204 | 267 | 133 | 34 | 0 | 34 | 306 | 124 | 47 |
| Binary | 10000 | 10000100 | 10110111 | 1011011 | 11100 | 0 | 11100 | 11000110 | 1010100 | 100111 |
Color Harmonies of #1084B7
Complementary color
Monochromatic Colors of #1084B7
Black with #1084B7
Text Example
Text Example
White with #1084B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1084B7; }
p { color: rgb(16,132,183); }
H1.HeaderClassName
{
color: #1084B7;
}
.AnyTagClassName
{
color: #1084B7;
}
</style>
background-color css
<style>
a { background-color: #1084B7; }
a { background-color: rgb(16,132,183); }
div.DivClassName
{
background-color: #1084B7;
}
.BgClassName
{
background-color: #1084B7;
}
</style>
border-color css
<style>
span { border-color: #1084B7; }
span { border-color: rgb(16,132,183); }
td.TdClassName
{
border-color: #1084B7;
}
.TagClassName
{
border-color: #1084B7;
}
</style>