Shades of Cerulean #1780B2
Tints of Cerulean #1780B2
RGB
CMYK
RGB Variations
Color information
#1780B2 (or 0x1780B2) is known color: Cerulean. HEX triplet: 17, 80 and B2. RGB value is (23,128,178). Sum of RGB (Red+Green+Blue) = 23+128+178=329 (43% of max value = 765). Red value is 23 (9.38% from 255 or 6.99% from 329); Green value is 128 (50.39% from 255 or 38.91% from 329); Blue value is 178 (69.92% from 255 or 54.10% from 329); Max value from RGB is 178 - color contains mainly: blue. Hex color #1780B2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1780B2 is #E87F4D. Grayscale: #666666. Windows color (decimal): -15236942 or 11698199. OLE color: 11698199.
HSL color Cylindrical-coordinate representation of color #1780B2: hue angle of 199.35º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1780B2 is Cyan = 0.87, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 23 | 128 | 178 | - |
| CMYK | 0.87 | 0.28 | 0 | 0.30 |
| HSL | 199.35º | 0.77% | 0.39% | - |
| HSV(B) | 199.35º | 0.87% | 0.7% | - |
| XYZ | 16.11 | 18.83 | 44.91 | - |
| YUV | 102.31 | 170.71 | 71.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 128 | 178 | 0.87 | 0.28 | 0 | 0.30 | 199.35 | 0.77 | 0.39 |
| Hex | 17 | 80 | B2 | 57 | 1C | 0 | 1E | C7 | 4D | 27 |
| Octal | 27 | 200 | 262 | 127 | 34 | 0 | 36 | 307 | 115 | 47 |
| Binary | 10111 | 10000000 | 10110010 | 1010111 | 11100 | 0 | 11110 | 11000111 | 1001101 | 100111 |
Color Harmonies of #1780B2
Complementary color
Monochromatic Colors of #1780B2
Black with #1780B2
Text Example
Text Example
White with #1780B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1780B2; }
p { color: rgb(23,128,178); }
H1.HeaderClassName
{
color: #1780B2;
}
.AnyTagClassName
{
color: #1780B2;
}
</style>
background-color css
<style>
a { background-color: #1780B2; }
a { background-color: rgb(23,128,178); }
div.DivClassName
{
background-color: #1780B2;
}
.BgClassName
{
background-color: #1780B2;
}
</style>
border-color css
<style>
span { border-color: #1780B2; }
span { border-color: rgb(23,128,178); }
td.TdClassName
{
border-color: #1780B2;
}
.TagClassName
{
border-color: #1780B2;
}
</style>