Shades of Cerulean #1380BC
Tints of Cerulean #1380BC
RGB
CMYK
RGB Variations
Color information
#1380BC (or 0x1380BC) is known color: Cerulean. HEX triplet: 13, 80 and BC. RGB value is (19,128,188). Sum of RGB (Red+Green+Blue) = 19+128+188=335 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.67% from 335); Green value is 128 (50.39% from 255 or 38.21% from 335); Blue value is 188 (73.83% from 255 or 56.12% from 335); Max value from RGB is 188 - color contains mainly: blue. Hex color #1380BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1380BC is #EC7F43. Grayscale: #656565. Windows color (decimal): -15499076 or 12353555. OLE color: 12353555.
HSL color Cylindrical-coordinate representation of color #1380BC: hue angle of 201.3º 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 #1380BC is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 128 | 188 | - |
| CMYK | 0.90 | 0.32 | 0 | 0.26 |
| HSL | 201.3º | 0.82% | 0.41% | - |
| HSV(B) | 201.3º | 0.9% | 0.74% | - |
| XYZ | 17.06 | 19.21 | 50.38 | - |
| YUV | 102.25 | 176.39 | 68.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 128 | 188 | 0.90 | 0.32 | 0 | 0.26 | 201.3 | 0.82 | 0.41 |
| Hex | 13 | 80 | BC | 5A | 20 | 0 | 1A | C9 | 52 | 29 |
| Octal | 23 | 200 | 274 | 132 | 40 | 0 | 32 | 311 | 122 | 51 |
| Binary | 10011 | 10000000 | 10111100 | 1011010 | 100000 | 0 | 11010 | 11001001 | 1010010 | 101001 |
Color Harmonies of #1380BC
Complementary color
Monochromatic Colors of #1380BC
Black with #1380BC
Text Example
Text Example
White with #1380BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1380BC; }
p { color: rgb(19,128,188); }
H1.HeaderClassName
{
color: #1380BC;
}
.AnyTagClassName
{
color: #1380BC;
}
</style>
background-color css
<style>
a { background-color: #1380BC; }
a { background-color: rgb(19,128,188); }
div.DivClassName
{
background-color: #1380BC;
}
.BgClassName
{
background-color: #1380BC;
}
</style>
border-color css
<style>
span { border-color: #1380BC; }
span { border-color: rgb(19,128,188); }
td.TdClassName
{
border-color: #1380BC;
}
.TagClassName
{
border-color: #1380BC;
}
</style>