Shades of Cerulean #1380C0
Tints of Cerulean #1380C0
RGB
CMYK
RGB Variations
Color information
#1380C0 (or 0x1380C0) is known color: Cerulean. HEX triplet: 13, 80 and C0. RGB value is (19,128,192). Sum of RGB (Red+Green+Blue) = 19+128+192=339 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.60% from 339); Green value is 128 (50.39% from 255 or 37.76% from 339); Blue value is 192 (75.39% from 255 or 56.64% from 339); Max value from RGB is 192 - color contains mainly: blue. Hex color #1380C0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1380C0 is #EC7F3F. Grayscale: #666666. Windows color (decimal): -15499072 or 12615699. OLE color: 12615699.
HSL color Cylindrical-coordinate representation of color #1380C0: hue angle of 202.2º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1380C0 is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 128 | 192 | - |
| CMYK | 0.90 | 0.33 | 0 | 0.25 |
| HSL | 202.2º | 0.82% | 0.41% | - |
| HSV(B) | 202.2º | 0.9% | 0.75% | - |
| XYZ | 17.5 | 19.38 | 52.69 | - |
| YUV | 102.71 | 178.39 | 68.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 128 | 192 | 0.90 | 0.33 | 0 | 0.25 | 202.2 | 0.82 | 0.41 |
| Hex | 13 | 80 | C0 | 5A | 21 | 0 | 19 | CA | 52 | 29 |
| Octal | 23 | 200 | 300 | 132 | 41 | 0 | 31 | 312 | 122 | 51 |
| Binary | 10011 | 10000000 | 11000000 | 1011010 | 100001 | 0 | 11001 | 11001010 | 1010010 | 101001 |
Color Harmonies of #1380C0
Complementary color
Monochromatic Colors of #1380C0
Black with #1380C0
Text Example
Text Example
White with #1380C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1380C0; }
p { color: rgb(19,128,192); }
H1.HeaderClassName
{
color: #1380C0;
}
.AnyTagClassName
{
color: #1380C0;
}
</style>
background-color css
<style>
a { background-color: #1380C0; }
a { background-color: rgb(19,128,192); }
div.DivClassName
{
background-color: #1380C0;
}
.BgClassName
{
background-color: #1380C0;
}
</style>
border-color css
<style>
span { border-color: #1380C0; }
span { border-color: rgb(19,128,192); }
td.TdClassName
{
border-color: #1380C0;
}
.TagClassName
{
border-color: #1380C0;
}
</style>