Shades of Cerulean #1774AC
Tints of Cerulean #1774AC
RGB
CMYK
RGB Variations
Color information
#1774AC (or 0x1774AC) is known color: Cerulean. HEX triplet: 17, 74 and AC. RGB value is (23,116,172). Sum of RGB (Red+Green+Blue) = 23+116+172=311 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.40% from 311); Green value is 116 (45.70% from 255 or 37.30% from 311); Blue value is 172 (67.58% from 255 or 55.31% from 311); Max value from RGB is 172 - color contains mainly: blue. Hex color #1774AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1774AC is #E88B53. Grayscale: #5E5E5E. Windows color (decimal): -15240020 or 11301911. OLE color: 11301911.
HSL color Cylindrical-coordinate representation of color #1774AC: hue angle of 202.55º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1774AC is Cyan = 0.87, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 23 | 116 | 172 | - |
| CMYK | 0.87 | 0.33 | 0 | 0.33 |
| HSL | 202.55º | 0.76% | 0.38% | - |
| HSV(B) | 202.55º | 0.87% | 0.67% | - |
| XYZ | 14.05 | 15.65 | 41.31 | - |
| YUV | 94.58 | 171.69 | 76.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 116 | 172 | 0.87 | 0.33 | 0 | 0.33 | 202.55 | 0.76 | 0.38 |
| Hex | 17 | 74 | AC | 57 | 21 | 0 | 21 | CB | 4C | 26 |
| Octal | 27 | 164 | 254 | 127 | 41 | 0 | 41 | 313 | 114 | 46 |
| Binary | 10111 | 1110100 | 10101100 | 1010111 | 100001 | 0 | 100001 | 11001011 | 1001100 | 100110 |
Color Harmonies of #1774AC
Complementary color
Monochromatic Colors of #1774AC
Black with #1774AC
Text Example
Text Example
White with #1774AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1774AC; }
p { color: rgb(23,116,172); }
H1.HeaderClassName
{
color: #1774AC;
}
.AnyTagClassName
{
color: #1774AC;
}
</style>
background-color css
<style>
a { background-color: #1774AC; }
a { background-color: rgb(23,116,172); }
div.DivClassName
{
background-color: #1774AC;
}
.BgClassName
{
background-color: #1774AC;
}
</style>
border-color css
<style>
span { border-color: #1774AC; }
span { border-color: rgb(23,116,172); }
td.TdClassName
{
border-color: #1774AC;
}
.TagClassName
{
border-color: #1774AC;
}
</style>