Shades of Cerulean #1375AA
Tints of Cerulean #1375AA
RGB
CMYK
RGB Variations
Color information
#1375AA (or 0x1375AA) is known color: Cerulean. HEX triplet: 13, 75 and AA. RGB value is (19,117,170). Sum of RGB (Red+Green+Blue) = 19+117+170=306 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.21% from 306); Green value is 117 (46.09% from 255 or 38.24% from 306); Blue value is 170 (66.80% from 255 or 55.56% from 306); Max value from RGB is 170 - color contains mainly: blue. Hex color #1375AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1375AA is #EC8A55. Grayscale: #5D5D5D. Windows color (decimal): -15501910 or 11171091. OLE color: 11171091.
HSL color Cylindrical-coordinate representation of color #1375AA: hue angle of 201.06º 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 #1375AA is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 117 | 170 | - |
| CMYK | 0.89 | 0.31 | 0 | 0.33 |
| HSL | 201.06º | 0.8% | 0.37% | - |
| HSV(B) | 201.06º | 0.89% | 0.67% | - |
| XYZ | 13.89 | 15.76 | 40.34 | - |
| YUV | 93.74 | 171.03 | 74.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 117 | 170 | 0.89 | 0.31 | 0 | 0.33 | 201.06 | 0.8 | 0.37 |
| Hex | 13 | 75 | AA | 59 | 1F | 0 | 21 | C9 | 50 | 25 |
| Octal | 23 | 165 | 252 | 131 | 37 | 0 | 41 | 311 | 120 | 45 |
| Binary | 10011 | 1110101 | 10101010 | 1011001 | 11111 | 0 | 100001 | 11001001 | 1010000 | 100101 |
Color Harmonies of #1375AA
Complementary color
Monochromatic Colors of #1375AA
Black with #1375AA
Text Example
Text Example
White with #1375AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1375AA; }
p { color: rgb(19,117,170); }
H1.HeaderClassName
{
color: #1375AA;
}
.AnyTagClassName
{
color: #1375AA;
}
</style>
background-color css
<style>
a { background-color: #1375AA; }
a { background-color: rgb(19,117,170); }
div.DivClassName
{
background-color: #1375AA;
}
.BgClassName
{
background-color: #1375AA;
}
</style>
border-color css
<style>
span { border-color: #1375AA; }
span { border-color: rgb(19,117,170); }
td.TdClassName
{
border-color: #1375AA;
}
.TagClassName
{
border-color: #1375AA;
}
</style>