Shades of Cerulean #1380BD
Tints of Cerulean #1380BD
RGB
CMYK
RGB Variations
Color information
#1380BD (or 0x1380BD) is known color: Cerulean. HEX triplet: 13, 80 and BD. RGB value is (19,128,189). Sum of RGB (Red+Green+Blue) = 19+128+189=336 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.65% from 336); Green value is 128 (50.39% from 255 or 38.10% from 336); Blue value is 189 (74.22% from 255 or 56.25% from 336); Max value from RGB is 189 - color contains mainly: blue. Hex color #1380BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1380BD is #EC7F42. Grayscale: #666666. Windows color (decimal): -15499075 or 12419091. OLE color: 12419091.
HSL color Cylindrical-coordinate representation of color #1380BD: hue angle of 201.53º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1380BD is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 128 | 189 | - |
| CMYK | 0.90 | 0.32 | 0 | 0.26 |
| HSL | 201.53º | 0.82% | 0.41% | - |
| HSV(B) | 201.53º | 0.9% | 0.74% | - |
| XYZ | 17.17 | 19.25 | 50.95 | - |
| YUV | 102.36 | 176.89 | 68.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 128 | 189 | 0.90 | 0.32 | 0 | 0.26 | 201.53 | 0.82 | 0.41 |
| Hex | 13 | 80 | BD | 5A | 20 | 0 | 1A | CA | 52 | 29 |
| Octal | 23 | 200 | 275 | 132 | 40 | 0 | 32 | 312 | 122 | 51 |
| Binary | 10011 | 10000000 | 10111101 | 1011010 | 100000 | 0 | 11010 | 11001010 | 1010010 | 101001 |
Color Harmonies of #1380BD
Complementary color
Monochromatic Colors of #1380BD
Black with #1380BD
Text Example
Text Example
White with #1380BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1380BD; }
p { color: rgb(19,128,189); }
H1.HeaderClassName
{
color: #1380BD;
}
.AnyTagClassName
{
color: #1380BD;
}
</style>
background-color css
<style>
a { background-color: #1380BD; }
a { background-color: rgb(19,128,189); }
div.DivClassName
{
background-color: #1380BD;
}
.BgClassName
{
background-color: #1380BD;
}
</style>
border-color css
<style>
span { border-color: #1380BD; }
span { border-color: rgb(19,128,189); }
td.TdClassName
{
border-color: #1380BD;
}
.TagClassName
{
border-color: #1380BD;
}
</style>