Shades of Cerulean #1080BB
Tints of Cerulean #1080BB
RGB
CMYK
RGB Variations
Color information
#1080BB (or 0x1080BB) is known color: Cerulean. HEX triplet: 10, 80 and BB. RGB value is (16,128,187). Sum of RGB (Red+Green+Blue) = 16+128+187=331 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.83% from 331); Green value is 128 (50.39% from 255 or 38.67% from 331); Blue value is 187 (73.44% from 255 or 56.50% from 331); Max value from RGB is 187 - color contains mainly: blue. Hex color #1080BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1080BB is #EF7F44. Grayscale: #646464. Windows color (decimal): -15695685 or 12288016. OLE color: 12288016.
HSL color Cylindrical-coordinate representation of color #1080BB: hue angle of 200.7º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1080BB is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 128 | 187 | - |
| CMYK | 0.91 | 0.32 | 0 | 0.27 |
| HSL | 200.7º | 0.84% | 0.4% | - |
| HSV(B) | 200.7º | 0.91% | 0.73% | - |
| XYZ | 16.9 | 19.14 | 49.82 | - |
| YUV | 101.24 | 176.39 | 67.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 128 | 187 | 0.91 | 0.32 | 0 | 0.27 | 200.7 | 0.84 | 0.4 |
| Hex | 10 | 80 | BB | 5B | 20 | 0 | 1B | C9 | 54 | 28 |
| Octal | 20 | 200 | 273 | 133 | 40 | 0 | 33 | 311 | 124 | 50 |
| Binary | 10000 | 10000000 | 10111011 | 1011011 | 100000 | 0 | 11011 | 11001001 | 1010100 | 101000 |
Color Harmonies of #1080BB
Complementary color
Monochromatic Colors of #1080BB
Black with #1080BB
Text Example
Text Example
White with #1080BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1080BB; }
p { color: rgb(16,128,187); }
H1.HeaderClassName
{
color: #1080BB;
}
.AnyTagClassName
{
color: #1080BB;
}
</style>
background-color css
<style>
a { background-color: #1080BB; }
a { background-color: rgb(16,128,187); }
div.DivClassName
{
background-color: #1080BB;
}
.BgClassName
{
background-color: #1080BB;
}
</style>
border-color css
<style>
span { border-color: #1080BB; }
span { border-color: rgb(16,128,187); }
td.TdClassName
{
border-color: #1080BB;
}
.TagClassName
{
border-color: #1080BB;
}
</style>