Shades of Cerulean #1281B3
Tints of Cerulean #1281B3
RGB
CMYK
RGB Variations
Color information
#1281B3 (or 0x1281B3) is known color: Cerulean. HEX triplet: 12, 81 and B3. RGB value is (18,129,179). Sum of RGB (Red+Green+Blue) = 18+129+179=326 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.52% from 326); Green value is 129 (50.78% from 255 or 39.57% from 326); Blue value is 179 (70.31% from 255 or 54.91% from 326); Max value from RGB is 179 - color contains mainly: blue. Hex color #1281B3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1281B3 is #ED7E4C. Grayscale: #656565. Windows color (decimal): -15564365 or 11763986. OLE color: 11763986.
HSL color Cylindrical-coordinate representation of color #1281B3: hue angle of 198.63º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1281B3 is Cyan = 0.90, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 18 | 129 | 179 | - |
| CMYK | 0.90 | 0.28 | 0 | 0.30 |
| HSL | 198.63º | 0.82% | 0.39% | - |
| HSV(B) | 198.63º | 0.9% | 0.7% | - |
| XYZ | 16.24 | 19.08 | 45.48 | - |
| YUV | 101.51 | 171.73 | 68.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 129 | 179 | 0.90 | 0.28 | 0 | 0.30 | 198.63 | 0.82 | 0.39 |
| Hex | 12 | 81 | B3 | 5A | 1C | 0 | 1E | C7 | 52 | 27 |
| Octal | 22 | 201 | 263 | 132 | 34 | 0 | 36 | 307 | 122 | 47 |
| Binary | 10010 | 10000001 | 10110011 | 1011010 | 11100 | 0 | 11110 | 11000111 | 1010010 | 100111 |
Color Harmonies of #1281B3
Complementary color
Monochromatic Colors of #1281B3
Black with #1281B3
Text Example
Text Example
White with #1281B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1281B3; }
p { color: rgb(18,129,179); }
H1.HeaderClassName
{
color: #1281B3;
}
.AnyTagClassName
{
color: #1281B3;
}
</style>
background-color css
<style>
a { background-color: #1281B3; }
a { background-color: rgb(18,129,179); }
div.DivClassName
{
background-color: #1281B3;
}
.BgClassName
{
background-color: #1281B3;
}
</style>
border-color css
<style>
span { border-color: #1281B3; }
span { border-color: rgb(18,129,179); }
td.TdClassName
{
border-color: #1281B3;
}
.TagClassName
{
border-color: #1281B3;
}
</style>