Shades of Cerulean #1380BB
Tints of Cerulean #1380BB
RGB
CMYK
RGB Variations
Color information
#1380BB (or 0x1380BB) is known color: Cerulean. HEX triplet: 13, 80 and BB. RGB value is (19,128,187). Sum of RGB (Red+Green+Blue) = 19+128+187=334 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.69% from 334); Green value is 128 (50.39% from 255 or 38.32% from 334); Blue value is 187 (73.44% from 255 or 55.99% from 334); Max value from RGB is 187 - color contains mainly: blue. Hex color #1380BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1380BB is #EC7F44. Grayscale: #656565. Windows color (decimal): -15499077 or 12288019. OLE color: 12288019.
HSL color Cylindrical-coordinate representation of color #1380BB: hue angle of 201.07º 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 #1380BB is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 128 | 187 | - |
| CMYK | 0.90 | 0.32 | 0 | 0.27 |
| HSL | 201.07º | 0.82% | 0.4% | - |
| HSV(B) | 201.07º | 0.9% | 0.73% | - |
| XYZ | 16.96 | 19.16 | 49.82 | - |
| YUV | 102.14 | 175.89 | 68.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 128 | 187 | 0.90 | 0.32 | 0 | 0.27 | 201.07 | 0.82 | 0.4 |
| Hex | 13 | 80 | BB | 5A | 20 | 0 | 1B | C9 | 52 | 28 |
| Octal | 23 | 200 | 273 | 132 | 40 | 0 | 33 | 311 | 122 | 50 |
| Binary | 10011 | 10000000 | 10111011 | 1011010 | 100000 | 0 | 11011 | 11001001 | 1010010 | 101000 |
Color Harmonies of #1380BB
Complementary color
Monochromatic Colors of #1380BB
Black with #1380BB
Text Example
Text Example
White with #1380BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1380BB; }
p { color: rgb(19,128,187); }
H1.HeaderClassName
{
color: #1380BB;
}
.AnyTagClassName
{
color: #1380BB;
}
</style>
background-color css
<style>
a { background-color: #1380BB; }
a { background-color: rgb(19,128,187); }
div.DivClassName
{
background-color: #1380BB;
}
.BgClassName
{
background-color: #1380BB;
}
</style>
border-color css
<style>
span { border-color: #1380BB; }
span { border-color: rgb(19,128,187); }
td.TdClassName
{
border-color: #1380BB;
}
.TagClassName
{
border-color: #1380BB;
}
</style>