Shades of Cerulean #1080BD
Tints of Cerulean #1080BD
RGB
CMYK
RGB Variations
Color information
#1080BD (or 0x1080BD) is known color: Cerulean. HEX triplet: 10, 80 and BD. RGB value is (16,128,189). Sum of RGB (Red+Green+Blue) = 16+128+189=333 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.80% from 333); Green value is 128 (50.39% from 255 or 38.44% from 333); Blue value is 189 (74.22% from 255 or 56.76% from 333); Max value from RGB is 189 - color contains mainly: blue. Hex color #1080BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1080BD is #EF7F42. Grayscale: #656565. Windows color (decimal): -15695683 or 12419088. OLE color: 12419088.
HSL color Cylindrical-coordinate representation of color #1080BD: hue angle of 201.16º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1080BD is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 128 | 189 | - |
| CMYK | 0.92 | 0.32 | 0 | 0.26 |
| HSL | 201.16º | 0.84% | 0.4% | - |
| HSV(B) | 201.16º | 0.92% | 0.74% | - |
| XYZ | 17.12 | 19.22 | 50.95 | - |
| YUV | 101.47 | 177.39 | 67.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 128 | 189 | 0.92 | 0.32 | 0 | 0.26 | 201.16 | 0.84 | 0.4 |
| Hex | 10 | 80 | BD | 5C | 20 | 0 | 1A | C9 | 54 | 28 |
| Octal | 20 | 200 | 275 | 134 | 40 | 0 | 32 | 311 | 124 | 50 |
| Binary | 10000 | 10000000 | 10111101 | 1011100 | 100000 | 0 | 11010 | 11001001 | 1010100 | 101000 |
Color Harmonies of #1080BD
Complementary color
Monochromatic Colors of #1080BD
Black with #1080BD
Text Example
Text Example
White with #1080BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1080BD; }
p { color: rgb(16,128,189); }
H1.HeaderClassName
{
color: #1080BD;
}
.AnyTagClassName
{
color: #1080BD;
}
</style>
background-color css
<style>
a { background-color: #1080BD; }
a { background-color: rgb(16,128,189); }
div.DivClassName
{
background-color: #1080BD;
}
.BgClassName
{
background-color: #1080BD;
}
</style>
border-color css
<style>
span { border-color: #1080BD; }
span { border-color: rgb(16,128,189); }
td.TdClassName
{
border-color: #1080BD;
}
.TagClassName
{
border-color: #1080BD;
}
</style>