Shades of Cerulean #1380BA
Tints of Cerulean #1380BA
RGB
CMYK
RGB Variations
Color information
#1380BA (or 0x1380BA) is known color: Cerulean. HEX triplet: 13, 80 and BA. RGB value is (19,128,186). Sum of RGB (Red+Green+Blue) = 19+128+186=333 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.71% from 333); Green value is 128 (50.39% from 255 or 38.44% from 333); Blue value is 186 (73.05% from 255 or 55.86% from 333); Max value from RGB is 186 - color contains mainly: blue. Hex color #1380BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1380BA is #EC7F45. Grayscale: #656565. Windows color (decimal): -15499078 or 12222483. OLE color: 12222483.
HSL color Cylindrical-coordinate representation of color #1380BA: hue angle of 200.84º degrees, saturation: 0.81, 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 #1380BA is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 128 | 186 | - |
| CMYK | 0.90 | 0.31 | 0 | 0.27 |
| HSL | 200.84º | 0.81% | 0.4% | - |
| HSV(B) | 200.84º | 0.9% | 0.73% | - |
| XYZ | 16.85 | 19.12 | 49.26 | - |
| YUV | 102.02 | 175.39 | 68.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 128 | 186 | 0.90 | 0.31 | 0 | 0.27 | 200.84 | 0.81 | 0.4 |
| Hex | 13 | 80 | BA | 5A | 1F | 0 | 1B | C9 | 51 | 28 |
| Octal | 23 | 200 | 272 | 132 | 37 | 0 | 33 | 311 | 121 | 50 |
| Binary | 10011 | 10000000 | 10111010 | 1011010 | 11111 | 0 | 11011 | 11001001 | 1010001 | 101000 |
Color Harmonies of #1380BA
Complementary color
Monochromatic Colors of #1380BA
Black with #1380BA
Text Example
Text Example
White with #1380BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1380BA; }
p { color: rgb(19,128,186); }
H1.HeaderClassName
{
color: #1380BA;
}
.AnyTagClassName
{
color: #1380BA;
}
</style>
background-color css
<style>
a { background-color: #1380BA; }
a { background-color: rgb(19,128,186); }
div.DivClassName
{
background-color: #1380BA;
}
.BgClassName
{
background-color: #1380BA;
}
</style>
border-color css
<style>
span { border-color: #1380BA; }
span { border-color: rgb(19,128,186); }
td.TdClassName
{
border-color: #1380BA;
}
.TagClassName
{
border-color: #1380BA;
}
</style>