Shades of Cerulean #1080B5
Tints of Cerulean #1080B5
RGB
CMYK
RGB Variations
Color information
#1080B5 (or 0x1080B5) is known color: Cerulean. HEX triplet: 10, 80 and B5. RGB value is (16,128,181). Sum of RGB (Red+Green+Blue) = 16+128+181=325 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.92% from 325); Green value is 128 (50.39% from 255 or 39.38% from 325); Blue value is 181 (71.09% from 255 or 55.69% from 325); Max value from RGB is 181 - color contains mainly: blue. Hex color #1080B5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1080B5 is #EF7F4A. Grayscale: #646464. Windows color (decimal): -15695691 or 11894800. OLE color: 11894800.
HSL color Cylindrical-coordinate representation of color #1080B5: hue angle of 199.27º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1080B5 is Cyan = 0.91, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 16 | 128 | 181 | - |
| CMYK | 0.91 | 0.29 | 0 | 0.29 |
| HSL | 199.27º | 0.84% | 0.39% | - |
| HSV(B) | 199.27º | 0.91% | 0.71% | - |
| XYZ | 16.27 | 18.88 | 46.5 | - |
| YUV | 100.55 | 173.39 | 67.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 128 | 181 | 0.91 | 0.29 | 0 | 0.29 | 199.27 | 0.84 | 0.39 |
| Hex | 10 | 80 | B5 | 5B | 1D | 0 | 1D | C7 | 54 | 27 |
| Octal | 20 | 200 | 265 | 133 | 35 | 0 | 35 | 307 | 124 | 47 |
| Binary | 10000 | 10000000 | 10110101 | 1011011 | 11101 | 0 | 11101 | 11000111 | 1010100 | 100111 |
Color Harmonies of #1080B5
Complementary color
Monochromatic Colors of #1080B5
Black with #1080B5
Text Example
Text Example
White with #1080B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1080B5; }
p { color: rgb(16,128,181); }
H1.HeaderClassName
{
color: #1080B5;
}
.AnyTagClassName
{
color: #1080B5;
}
</style>
background-color css
<style>
a { background-color: #1080B5; }
a { background-color: rgb(16,128,181); }
div.DivClassName
{
background-color: #1080B5;
}
.BgClassName
{
background-color: #1080B5;
}
</style>
border-color css
<style>
span { border-color: #1080B5; }
span { border-color: rgb(16,128,181); }
td.TdClassName
{
border-color: #1080B5;
}
.TagClassName
{
border-color: #1080B5;
}
</style>