Shades of Cerulean #1770A4
Tints of Cerulean #1770A4
RGB
CMYK
RGB Variations
Color information
#1770A4 (or 0x1770A4) is known color: Cerulean. HEX triplet: 17, 70 and A4. RGB value is (23,112,164). Sum of RGB (Red+Green+Blue) = 23+112+164=299 (39% of max value = 765). Red value is 23 (9.38% from 255 or 7.69% from 299); Green value is 112 (44.14% from 255 or 37.46% from 299); Blue value is 164 (64.45% from 255 or 54.85% from 299); Max value from RGB is 164 - color contains mainly: blue. Hex color #1770A4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1770A4 is #E88F5B. Grayscale: #5B5B5B. Windows color (decimal): -15241052 or 10776599. OLE color: 10776599.
HSL color Cylindrical-coordinate representation of color #1770A4: hue angle of 202.13º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1770A4 is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 23 | 112 | 164 | - |
| CMYK | 0.86 | 0.32 | 0 | 0.36 |
| HSL | 202.13º | 0.75% | 0.37% | - |
| HSV(B) | 202.13º | 0.86% | 0.64% | - |
| XYZ | 12.85 | 14.45 | 37.23 | - |
| YUV | 91.32 | 169.01 | 79.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 112 | 164 | 0.86 | 0.32 | 0 | 0.36 | 202.13 | 0.75 | 0.37 |
| Hex | 17 | 70 | A4 | 56 | 20 | 0 | 24 | CA | 4B | 25 |
| Octal | 27 | 160 | 244 | 126 | 40 | 0 | 44 | 312 | 113 | 45 |
| Binary | 10111 | 1110000 | 10100100 | 1010110 | 100000 | 0 | 100100 | 11001010 | 1001011 | 100101 |
Color Harmonies of #1770A4
Complementary color
Monochromatic Colors of #1770A4
Black with #1770A4
Text Example
Text Example
White with #1770A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1770A4; }
p { color: rgb(23,112,164); }
H1.HeaderClassName
{
color: #1770A4;
}
.AnyTagClassName
{
color: #1770A4;
}
</style>
background-color css
<style>
a { background-color: #1770A4; }
a { background-color: rgb(23,112,164); }
div.DivClassName
{
background-color: #1770A4;
}
.BgClassName
{
background-color: #1770A4;
}
</style>
border-color css
<style>
span { border-color: #1770A4; }
span { border-color: rgb(23,112,164); }
td.TdClassName
{
border-color: #1770A4;
}
.TagClassName
{
border-color: #1770A4;
}
</style>