Shades of Cerulean #1780AD
Tints of Cerulean #1780AD
RGB
CMYK
RGB Variations
Color information
#1780AD (or 0x1780AD) is known color: Cerulean. HEX triplet: 17, 80 and AD. RGB value is (23,128,173). Sum of RGB (Red+Green+Blue) = 23+128+173=324 (42% of max value = 765). Red value is 23 (9.38% from 255 or 7.10% from 324); Green value is 128 (50.39% from 255 or 39.51% from 324); Blue value is 173 (67.97% from 255 or 53.40% from 324); Max value from RGB is 173 - color contains mainly: blue. Hex color #1780AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1780AD is #E87F52. Grayscale: #656565. Windows color (decimal): -15236947 or 11370519. OLE color: 11370519.
HSL color Cylindrical-coordinate representation of color #1780AD: hue angle of 198º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1780AD is Cyan = 0.87, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 23 | 128 | 173 | - |
| CMYK | 0.87 | 0.26 | 0 | 0.32 |
| HSL | 198º | 0.77% | 0.38% | - |
| HSV(B) | 198º | 0.87% | 0.68% | - |
| XYZ | 15.62 | 18.64 | 42.31 | - |
| YUV | 101.74 | 168.21 | 71.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 128 | 173 | 0.87 | 0.26 | 0 | 0.32 | 198 | 0.77 | 0.38 |
| Hex | 17 | 80 | AD | 57 | 1A | 0 | 20 | C6 | 4D | 26 |
| Octal | 27 | 200 | 255 | 127 | 32 | 0 | 40 | 306 | 115 | 46 |
| Binary | 10111 | 10000000 | 10101101 | 1010111 | 11010 | 0 | 100000 | 11000110 | 1001101 | 100110 |
Color Harmonies of #1780AD
Complementary color
Monochromatic Colors of #1780AD
Black with #1780AD
Text Example
Text Example
White with #1780AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1780AD; }
p { color: rgb(23,128,173); }
H1.HeaderClassName
{
color: #1780AD;
}
.AnyTagClassName
{
color: #1780AD;
}
</style>
background-color css
<style>
a { background-color: #1780AD; }
a { background-color: rgb(23,128,173); }
div.DivClassName
{
background-color: #1780AD;
}
.BgClassName
{
background-color: #1780AD;
}
</style>
border-color css
<style>
span { border-color: #1780AD; }
span { border-color: rgb(23,128,173); }
td.TdClassName
{
border-color: #1780AD;
}
.TagClassName
{
border-color: #1780AD;
}
</style>