Shades of Cerulean #1078AE
Tints of Cerulean #1078AE
RGB
CMYK
RGB Variations
Color information
#1078AE (or 0x1078AE) is known color: Cerulean. HEX triplet: 10, 78 and AE. RGB value is (16,120,174). Sum of RGB (Red+Green+Blue) = 16+120+174=310 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.16% from 310); Green value is 120 (47.27% from 255 or 38.71% from 310); Blue value is 174 (68.36% from 255 or 56.13% from 310); Max value from RGB is 174 - color contains mainly: blue. Hex color #1078AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1078AE is #EF8751. Grayscale: #5E5E5E. Windows color (decimal): -15697746 or 11434000. OLE color: 11434000.
HSL color Cylindrical-coordinate representation of color #1078AE: hue angle of 200.51º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1078AE is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 16 | 120 | 174 | - |
| CMYK | 0.91 | 0.31 | 0 | 0.32 |
| HSL | 200.51º | 0.83% | 0.37% | - |
| HSV(B) | 200.51º | 0.91% | 0.68% | - |
| XYZ | 14.57 | 16.6 | 42.48 | - |
| YUV | 95.06 | 172.54 | 71.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 120 | 174 | 0.91 | 0.31 | 0 | 0.32 | 200.51 | 0.83 | 0.37 |
| Hex | 10 | 78 | AE | 5B | 1F | 0 | 20 | C9 | 53 | 25 |
| Octal | 20 | 170 | 256 | 133 | 37 | 0 | 40 | 311 | 123 | 45 |
| Binary | 10000 | 1111000 | 10101110 | 1011011 | 11111 | 0 | 100000 | 11001001 | 1010011 | 100101 |
Color Harmonies of #1078AE
Complementary color
Monochromatic Colors of #1078AE
Black with #1078AE
Text Example
Text Example
White with #1078AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1078AE; }
p { color: rgb(16,120,174); }
H1.HeaderClassName
{
color: #1078AE;
}
.AnyTagClassName
{
color: #1078AE;
}
</style>
background-color css
<style>
a { background-color: #1078AE; }
a { background-color: rgb(16,120,174); }
div.DivClassName
{
background-color: #1078AE;
}
.BgClassName
{
background-color: #1078AE;
}
</style>
border-color css
<style>
span { border-color: #1078AE; }
span { border-color: rgb(16,120,174); }
td.TdClassName
{
border-color: #1078AE;
}
.TagClassName
{
border-color: #1078AE;
}
</style>