Shades of Cerulean #1377AC
Tints of Cerulean #1377AC
RGB
CMYK
RGB Variations
Color information
#1377AC (or 0x1377AC) is known color: Cerulean. HEX triplet: 13, 77 and AC. RGB value is (19,119,172). Sum of RGB (Red+Green+Blue) = 19+119+172=310 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.13% from 310); Green value is 119 (46.88% from 255 or 38.39% from 310); Blue value is 172 (67.58% from 255 or 55.48% from 310); Max value from RGB is 172 - color contains mainly: blue. Hex color #1377AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1377AC is #EC8853. Grayscale: #5E5E5E. Windows color (decimal): -15501396 or 11302675. OLE color: 11302675.
HSL color Cylindrical-coordinate representation of color #1377AC: hue angle of 200.78º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1377AC is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 119 | 172 | - |
| CMYK | 0.89 | 0.31 | 0 | 0.33 |
| HSL | 200.78º | 0.8% | 0.37% | - |
| HSV(B) | 200.78º | 0.89% | 0.67% | - |
| XYZ | 14.31 | 16.31 | 41.42 | - |
| YUV | 95.14 | 171.37 | 73.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 119 | 172 | 0.89 | 0.31 | 0 | 0.33 | 200.78 | 0.8 | 0.37 |
| Hex | 13 | 77 | AC | 59 | 1F | 0 | 21 | C9 | 50 | 25 |
| Octal | 23 | 167 | 254 | 131 | 37 | 0 | 41 | 311 | 120 | 45 |
| Binary | 10011 | 1110111 | 10101100 | 1011001 | 11111 | 0 | 100001 | 11001001 | 1010000 | 100101 |
Color Harmonies of #1377AC
Complementary color
Monochromatic Colors of #1377AC
Black with #1377AC
Text Example
Text Example
White with #1377AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1377AC; }
p { color: rgb(19,119,172); }
H1.HeaderClassName
{
color: #1377AC;
}
.AnyTagClassName
{
color: #1377AC;
}
</style>
background-color css
<style>
a { background-color: #1377AC; }
a { background-color: rgb(19,119,172); }
div.DivClassName
{
background-color: #1377AC;
}
.BgClassName
{
background-color: #1377AC;
}
</style>
border-color css
<style>
span { border-color: #1377AC; }
span { border-color: rgb(19,119,172); }
td.TdClassName
{
border-color: #1377AC;
}
.TagClassName
{
border-color: #1377AC;
}
</style>