Shades of Cerulean #1080B7
Tints of Cerulean #1080B7
RGB
CMYK
RGB Variations
Color information
#1080B7 (or 0x1080B7) is known color: Cerulean. HEX triplet: 10, 80 and B7. RGB value is (16,128,183). Sum of RGB (Red+Green+Blue) = 16+128+183=327 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.89% from 327); Green value is 128 (50.39% from 255 or 39.14% from 327); Blue value is 183 (71.88% from 255 or 55.96% from 327); Max value from RGB is 183 - color contains mainly: blue. Hex color #1080B7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1080B7 is #EF7F48. Grayscale: #646464. Windows color (decimal): -15695689 or 12025872. OLE color: 12025872.
HSL color Cylindrical-coordinate representation of color #1080B7: hue angle of 199.76º 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 #1080B7 is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 16 | 128 | 183 | - |
| CMYK | 0.91 | 0.30 | 0 | 0.28 |
| HSL | 199.76º | 0.84% | 0.39% | - |
| HSV(B) | 199.76º | 0.91% | 0.72% | - |
| XYZ | 16.48 | 18.97 | 47.59 | - |
| YUV | 100.78 | 174.39 | 67.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 128 | 183 | 0.91 | 0.30 | 0 | 0.28 | 199.76 | 0.84 | 0.39 |
| Hex | 10 | 80 | B7 | 5B | 1E | 0 | 1C | C8 | 54 | 27 |
| Octal | 20 | 200 | 267 | 133 | 36 | 0 | 34 | 310 | 124 | 47 |
| Binary | 10000 | 10000000 | 10110111 | 1011011 | 11110 | 0 | 11100 | 11001000 | 1010100 | 100111 |
Color Harmonies of #1080B7
Complementary color
Monochromatic Colors of #1080B7
Black with #1080B7
Text Example
Text Example
White with #1080B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1080B7; }
p { color: rgb(16,128,183); }
H1.HeaderClassName
{
color: #1080B7;
}
.AnyTagClassName
{
color: #1080B7;
}
</style>
background-color css
<style>
a { background-color: #1080B7; }
a { background-color: rgb(16,128,183); }
div.DivClassName
{
background-color: #1080B7;
}
.BgClassName
{
background-color: #1080B7;
}
</style>
border-color css
<style>
span { border-color: #1080B7; }
span { border-color: rgb(16,128,183); }
td.TdClassName
{
border-color: #1080B7;
}
.TagClassName
{
border-color: #1080B7;
}
</style>