Shades of Cerulean #1078BA
Tints of Cerulean #1078BA
RGB
CMYK
RGB Variations
Color information
#1078BA (or 0x1078BA) is known color: Cerulean. HEX triplet: 10, 78 and BA. RGB value is (16,120,186). Sum of RGB (Red+Green+Blue) = 16+120+186=322 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.97% from 322); Green value is 120 (47.27% from 255 or 37.27% from 322); Blue value is 186 (73.05% from 255 or 57.76% from 322); Max value from RGB is 186 - color contains mainly: blue. Hex color #1078BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1078BA is #EF8745. Grayscale: #606060. Windows color (decimal): -15697734 or 12220432. OLE color: 12220432.
HSL color Cylindrical-coordinate representation of color #1078BA: hue angle of 203.29º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1078BA is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 120 | 186 | - |
| CMYK | 0.91 | 0.35 | 0 | 0.27 |
| HSL | 203.29º | 0.84% | 0.4% | - |
| HSV(B) | 203.29º | 0.91% | 0.73% | - |
| XYZ | 15.79 | 17.09 | 48.92 | - |
| YUV | 96.43 | 178.54 | 70.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 120 | 186 | 0.91 | 0.35 | 0 | 0.27 | 203.29 | 0.84 | 0.4 |
| Hex | 10 | 78 | BA | 5B | 23 | 0 | 1B | CB | 54 | 28 |
| Octal | 20 | 170 | 272 | 133 | 43 | 0 | 33 | 313 | 124 | 50 |
| Binary | 10000 | 1111000 | 10111010 | 1011011 | 100011 | 0 | 11011 | 11001011 | 1010100 | 101000 |
Color Harmonies of #1078BA
Complementary color
Monochromatic Colors of #1078BA
Black with #1078BA
Text Example
Text Example
White with #1078BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1078BA; }
p { color: rgb(16,120,186); }
H1.HeaderClassName
{
color: #1078BA;
}
.AnyTagClassName
{
color: #1078BA;
}
</style>
background-color css
<style>
a { background-color: #1078BA; }
a { background-color: rgb(16,120,186); }
div.DivClassName
{
background-color: #1078BA;
}
.BgClassName
{
background-color: #1078BA;
}
</style>
border-color css
<style>
span { border-color: #1078BA; }
span { border-color: rgb(16,120,186); }
td.TdClassName
{
border-color: #1078BA;
}
.TagClassName
{
border-color: #1078BA;
}
</style>