Shades of Cerulean #1369A0
Tints of Cerulean #1369A0
RGB
CMYK
RGB Variations
Color information
#1369A0 (or 0x1369A0) is known color: Cerulean. HEX triplet: 13, 69 and A0. RGB value is (19,105,160). Sum of RGB (Red+Green+Blue) = 19+105+160=284 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.69% from 284); Green value is 105 (41.41% from 255 or 36.97% from 284); Blue value is 160 (62.89% from 255 or 56.34% from 284); Max value from RGB is 160 - color contains mainly: blue. Hex color #1369A0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1369A0 is #EC965F. Grayscale: #555555. Windows color (decimal): -15504992 or 10512659. OLE color: 10512659.
HSL color Cylindrical-coordinate representation of color #1369A0: hue angle of 203.4º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1369A0 is Cyan = 0.88, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 19 | 105 | 160 | - |
| CMYK | 0.88 | 0.34 | 0 | 0.37 |
| HSL | 203.4º | 0.79% | 0.35% | - |
| HSV(B) | 203.4º | 0.88% | 0.63% | - |
| XYZ | 11.67 | 12.78 | 35.11 | - |
| YUV | 85.56 | 170.01 | 80.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 105 | 160 | 0.88 | 0.34 | 0 | 0.37 | 203.4 | 0.79 | 0.35 |
| Hex | 13 | 69 | A0 | 58 | 22 | 0 | 25 | CB | 4F | 23 |
| Octal | 23 | 151 | 240 | 130 | 42 | 0 | 45 | 313 | 117 | 43 |
| Binary | 10011 | 1101001 | 10100000 | 1011000 | 100010 | 0 | 100101 | 11001011 | 1001111 | 100011 |
Color Harmonies of #1369A0
Complementary color
Monochromatic Colors of #1369A0
Black with #1369A0
Text Example
Text Example
White with #1369A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1369A0; }
p { color: rgb(19,105,160); }
H1.HeaderClassName
{
color: #1369A0;
}
.AnyTagClassName
{
color: #1369A0;
}
</style>
background-color css
<style>
a { background-color: #1369A0; }
a { background-color: rgb(19,105,160); }
div.DivClassName
{
background-color: #1369A0;
}
.BgClassName
{
background-color: #1369A0;
}
</style>
border-color css
<style>
span { border-color: #1369A0; }
span { border-color: rgb(19,105,160); }
td.TdClassName
{
border-color: #1369A0;
}
.TagClassName
{
border-color: #1369A0;
}
</style>