Shades of Cerulean #1280B9
Tints of Cerulean #1280B9
RGB
CMYK
RGB Variations
Color information
#1280B9 (or 0x1280B9) is known color: Cerulean. HEX triplet: 12, 80 and B9. RGB value is (18,128,185). Sum of RGB (Red+Green+Blue) = 18+128+185=331 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.44% from 331); Green value is 128 (50.39% from 255 or 38.67% from 331); Blue value is 185 (72.66% from 255 or 55.89% from 331); Max value from RGB is 185 - color contains mainly: blue. Hex color #1280B9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1280B9 is #ED7F46. Grayscale: #656565. Windows color (decimal): -15564615 or 12156946. OLE color: 12156946.
HSL color Cylindrical-coordinate representation of color #1280B9: hue angle of 200.48º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1280B9 is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 128 | 185 | - |
| CMYK | 0.90 | 0.31 | 0 | 0.27 |
| HSL | 200.48º | 0.82% | 0.4% | - |
| HSV(B) | 200.48º | 0.9% | 0.73% | - |
| XYZ | 16.73 | 19.07 | 48.7 | - |
| YUV | 101.61 | 175.06 | 68.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 128 | 185 | 0.90 | 0.31 | 0 | 0.27 | 200.48 | 0.82 | 0.4 |
| Hex | 12 | 80 | B9 | 5A | 1F | 0 | 1B | C8 | 52 | 28 |
| Octal | 22 | 200 | 271 | 132 | 37 | 0 | 33 | 310 | 122 | 50 |
| Binary | 10010 | 10000000 | 10111001 | 1011010 | 11111 | 0 | 11011 | 11001000 | 1010010 | 101000 |
Color Harmonies of #1280B9
Complementary color
Monochromatic Colors of #1280B9
Black with #1280B9
Text Example
Text Example
White with #1280B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1280B9; }
p { color: rgb(18,128,185); }
H1.HeaderClassName
{
color: #1280B9;
}
.AnyTagClassName
{
color: #1280B9;
}
</style>
background-color css
<style>
a { background-color: #1280B9; }
a { background-color: rgb(18,128,185); }
div.DivClassName
{
background-color: #1280B9;
}
.BgClassName
{
background-color: #1280B9;
}
</style>
border-color css
<style>
span { border-color: #1280B9; }
span { border-color: rgb(18,128,185); }
td.TdClassName
{
border-color: #1280B9;
}
.TagClassName
{
border-color: #1280B9;
}
</style>