Shades of Cerulean #1782BA
Tints of Cerulean #1782BA
RGB
CMYK
RGB Variations
Color information
#1782BA (or 0x1782BA) is known color: Cerulean. HEX triplet: 17, 82 and BA. RGB value is (23,130,186). Sum of RGB (Red+Green+Blue) = 23+130+186=339 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.78% from 339); Green value is 130 (51.17% from 255 or 38.35% from 339); Blue value is 186 (73.05% from 255 or 54.87% from 339); Max value from RGB is 186 - color contains mainly: blue. Hex color #1782BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1782BA is #E87D45. Grayscale: #686868. Windows color (decimal): -15236422 or 12222999. OLE color: 12222999.
HSL color Cylindrical-coordinate representation of color #1782BA: hue angle of 200.61º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1782BA is Cyan = 0.88, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 23 | 130 | 186 | - |
| CMYK | 0.88 | 0.30 | 0 | 0.27 |
| HSL | 200.61º | 0.78% | 0.41% | - |
| HSV(B) | 200.61º | 0.88% | 0.73% | - |
| XYZ | 17.2 | 19.69 | 49.35 | - |
| YUV | 104.39 | 174.05 | 69.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 130 | 186 | 0.88 | 0.30 | 0 | 0.27 | 200.61 | 0.78 | 0.41 |
| Hex | 17 | 82 | BA | 58 | 1E | 0 | 1B | C9 | 4E | 29 |
| Octal | 27 | 202 | 272 | 130 | 36 | 0 | 33 | 311 | 116 | 51 |
| Binary | 10111 | 10000010 | 10111010 | 1011000 | 11110 | 0 | 11011 | 11001001 | 1001110 | 101001 |
Color Harmonies of #1782BA
Complementary color
Monochromatic Colors of #1782BA
Black with #1782BA
Text Example
Text Example
White with #1782BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1782BA; }
p { color: rgb(23,130,186); }
H1.HeaderClassName
{
color: #1782BA;
}
.AnyTagClassName
{
color: #1782BA;
}
</style>
background-color css
<style>
a { background-color: #1782BA; }
a { background-color: rgb(23,130,186); }
div.DivClassName
{
background-color: #1782BA;
}
.BgClassName
{
background-color: #1782BA;
}
</style>
border-color css
<style>
span { border-color: #1782BA; }
span { border-color: rgb(23,130,186); }
td.TdClassName
{
border-color: #1782BA;
}
.TagClassName
{
border-color: #1782BA;
}
</style>