Shades of Cerulean #1377A0
Tints of Cerulean #1377A0
RGB
CMYK
RGB Variations
Color information
#1377A0 (or 0x1377A0) is known color: Cerulean. HEX triplet: 13, 77 and A0. RGB value is (19,119,160). Sum of RGB (Red+Green+Blue) = 19+119+160=298 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.38% from 298); Green value is 119 (46.88% from 255 or 39.93% from 298); Blue value is 160 (62.89% from 255 or 53.69% from 298); Max value from RGB is 160 - color contains mainly: blue. Hex color #1377A0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1377A0 is #EC885F. Grayscale: #5D5D5D. Windows color (decimal): -15501408 or 10516243. OLE color: 10516243.
HSL color Cylindrical-coordinate representation of color #1377A0: hue angle of 197.45º 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 #1377A0 is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 19 | 119 | 160 | - |
| CMYK | 0.88 | 0.26 | 0 | 0.37 |
| HSL | 197.45º | 0.79% | 0.35% | - |
| HSV(B) | 197.45º | 0.88% | 0.63% | - |
| XYZ | 13.21 | 15.87 | 35.62 | - |
| YUV | 93.77 | 165.37 | 74.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 119 | 160 | 0.88 | 0.26 | 0 | 0.37 | 197.45 | 0.79 | 0.35 |
| Hex | 13 | 77 | A0 | 58 | 1A | 0 | 25 | C5 | 4F | 23 |
| Octal | 23 | 167 | 240 | 130 | 32 | 0 | 45 | 305 | 117 | 43 |
| Binary | 10011 | 1110111 | 10100000 | 1011000 | 11010 | 0 | 100101 | 11000101 | 1001111 | 100011 |
Color Harmonies of #1377A0
Complementary color
Monochromatic Colors of #1377A0
Black with #1377A0
Text Example
Text Example
White with #1377A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1377A0; }
p { color: rgb(19,119,160); }
H1.HeaderClassName
{
color: #1377A0;
}
.AnyTagClassName
{
color: #1377A0;
}
</style>
background-color css
<style>
a { background-color: #1377A0; }
a { background-color: rgb(19,119,160); }
div.DivClassName
{
background-color: #1377A0;
}
.BgClassName
{
background-color: #1377A0;
}
</style>
border-color css
<style>
span { border-color: #1377A0; }
span { border-color: rgb(19,119,160); }
td.TdClassName
{
border-color: #1377A0;
}
.TagClassName
{
border-color: #1377A0;
}
</style>