Shades of Cerulean #1078AB
Tints of Cerulean #1078AB
RGB
CMYK
RGB Variations
Color information
#1078AB (or 0x1078AB) is known color: Cerulean. HEX triplet: 10, 78 and AB. RGB value is (16,120,171). Sum of RGB (Red+Green+Blue) = 16+120+171=307 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.21% from 307); Green value is 120 (47.27% from 255 or 39.09% from 307); Blue value is 171 (67.19% from 255 or 55.70% from 307); Max value from RGB is 171 - color contains mainly: blue. Hex color #1078AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1078AB is #EF8754. Grayscale: #5E5E5E. Windows color (decimal): -15697749 or 11237392. OLE color: 11237392.
HSL color Cylindrical-coordinate representation of color #1078AB: hue angle of 199.74º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1078AB is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 120 | 171 | - |
| CMYK | 0.91 | 0.30 | 0 | 0.33 |
| HSL | 199.74º | 0.83% | 0.37% | - |
| HSV(B) | 199.74º | 0.91% | 0.67% | - |
| XYZ | 14.28 | 16.48 | 40.96 | - |
| YUV | 94.72 | 171.04 | 71.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 120 | 171 | 0.91 | 0.30 | 0 | 0.33 | 199.74 | 0.83 | 0.37 |
| Hex | 10 | 78 | AB | 5B | 1E | 0 | 21 | C8 | 53 | 25 |
| Octal | 20 | 170 | 253 | 133 | 36 | 0 | 41 | 310 | 123 | 45 |
| Binary | 10000 | 1111000 | 10101011 | 1011011 | 11110 | 0 | 100001 | 11001000 | 1010011 | 100101 |
Color Harmonies of #1078AB
Complementary color
Monochromatic Colors of #1078AB
Black with #1078AB
Text Example
Text Example
White with #1078AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1078AB; }
p { color: rgb(16,120,171); }
H1.HeaderClassName
{
color: #1078AB;
}
.AnyTagClassName
{
color: #1078AB;
}
</style>
background-color css
<style>
a { background-color: #1078AB; }
a { background-color: rgb(16,120,171); }
div.DivClassName
{
background-color: #1078AB;
}
.BgClassName
{
background-color: #1078AB;
}
</style>
border-color css
<style>
span { border-color: #1078AB; }
span { border-color: rgb(16,120,171); }
td.TdClassName
{
border-color: #1078AB;
}
.TagClassName
{
border-color: #1078AB;
}
</style>