Shades of Cerulean #1080C1
Tints of Cerulean #1080C1
RGB
CMYK
RGB Variations
Color information
#1080C1 (or 0x1080C1) is known color: Cerulean. HEX triplet: 10, 80 and C1. RGB value is (16,128,193). Sum of RGB (Red+Green+Blue) = 16+128+193=337 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.75% from 337); Green value is 128 (50.39% from 255 or 37.98% from 337); Blue value is 193 (75.78% from 255 or 57.27% from 337); Max value from RGB is 193 - color contains mainly: blue. Hex color #1080C1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1080C1 is #EF7F3E. Grayscale: #656565. Windows color (decimal): -15695679 or 12681232. OLE color: 12681232.
HSL color Cylindrical-coordinate representation of color #1080C1: hue angle of 202.03º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1080C1 is Cyan = 0.92, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 128 | 193 | - |
| CMYK | 0.92 | 0.34 | 0 | 0.24 |
| HSL | 202.03º | 0.85% | 0.41% | - |
| HSV(B) | 202.03º | 0.92% | 0.76% | - |
| XYZ | 17.56 | 19.4 | 53.27 | - |
| YUV | 101.92 | 179.39 | 66.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 128 | 193 | 0.92 | 0.34 | 0 | 0.24 | 202.03 | 0.85 | 0.41 |
| Hex | 10 | 80 | C1 | 5C | 22 | 0 | 18 | CA | 55 | 29 |
| Octal | 20 | 200 | 301 | 134 | 42 | 0 | 30 | 312 | 125 | 51 |
| Binary | 10000 | 10000000 | 11000001 | 1011100 | 100010 | 0 | 11000 | 11001010 | 1010101 | 101001 |
Color Harmonies of #1080C1
Complementary color
Monochromatic Colors of #1080C1
Black with #1080C1
Text Example
Text Example
White with #1080C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1080C1; }
p { color: rgb(16,128,193); }
H1.HeaderClassName
{
color: #1080C1;
}
.AnyTagClassName
{
color: #1080C1;
}
</style>
background-color css
<style>
a { background-color: #1080C1; }
a { background-color: rgb(16,128,193); }
div.DivClassName
{
background-color: #1080C1;
}
.BgClassName
{
background-color: #1080C1;
}
</style>
border-color css
<style>
span { border-color: #1080C1; }
span { border-color: rgb(16,128,193); }
td.TdClassName
{
border-color: #1080C1;
}
.TagClassName
{
border-color: #1080C1;
}
</style>