Shades of Cerulean #1380BF
Tints of Cerulean #1380BF
RGB
CMYK
RGB Variations
Color information
#1380BF (or 0x1380BF) is known color: Cerulean. HEX triplet: 13, 80 and BF. RGB value is (19,128,191). Sum of RGB (Red+Green+Blue) = 19+128+191=338 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.62% from 338); Green value is 128 (50.39% from 255 or 37.87% from 338); Blue value is 191 (75% from 255 or 56.51% from 338); Max value from RGB is 191 - color contains mainly: blue. Hex color #1380BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1380BF is #EC7F40. Grayscale: #666666. Windows color (decimal): -15499073 or 12550163. OLE color: 12550163.
HSL color Cylindrical-coordinate representation of color #1380BF: hue angle of 201.98º 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 #1380BF is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 128 | 191 | - |
| CMYK | 0.90 | 0.33 | 0 | 0.25 |
| HSL | 201.98º | 0.82% | 0.41% | - |
| HSV(B) | 201.98º | 0.9% | 0.75% | - |
| XYZ | 17.39 | 19.34 | 52.11 | - |
| YUV | 102.59 | 177.89 | 68.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 128 | 191 | 0.90 | 0.33 | 0 | 0.25 | 201.98 | 0.82 | 0.41 |
| Hex | 13 | 80 | BF | 5A | 21 | 0 | 19 | CA | 52 | 29 |
| Octal | 23 | 200 | 277 | 132 | 41 | 0 | 31 | 312 | 122 | 51 |
| Binary | 10011 | 10000000 | 10111111 | 1011010 | 100001 | 0 | 11001 | 11001010 | 1010010 | 101001 |
Color Harmonies of #1380BF
Complementary color
Monochromatic Colors of #1380BF
Black with #1380BF
Text Example
Text Example
White with #1380BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1380BF; }
p { color: rgb(19,128,191); }
H1.HeaderClassName
{
color: #1380BF;
}
.AnyTagClassName
{
color: #1380BF;
}
</style>
background-color css
<style>
a { background-color: #1380BF; }
a { background-color: rgb(19,128,191); }
div.DivClassName
{
background-color: #1380BF;
}
.BgClassName
{
background-color: #1380BF;
}
</style>
border-color css
<style>
span { border-color: #1380BF; }
span { border-color: rgb(19,128,191); }
td.TdClassName
{
border-color: #1380BF;
}
.TagClassName
{
border-color: #1380BF;
}
</style>