Shades of Cerulean #1078AC
Tints of Cerulean #1078AC
RGB
CMYK
RGB Variations
Color information
#1078AC (or 0x1078AC) is known color: Cerulean. HEX triplet: 10, 78 and AC. RGB value is (16,120,172). Sum of RGB (Red+Green+Blue) = 16+120+172=308 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.19% from 308); Green value is 120 (47.27% from 255 or 38.96% from 308); Blue value is 172 (67.58% from 255 or 55.84% from 308); Max value from RGB is 172 - color contains mainly: blue. Hex color #1078AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1078AC is #EF8753. Grayscale: #5E5E5E. Windows color (decimal): -15697748 or 11302928. OLE color: 11302928.
HSL color Cylindrical-coordinate representation of color #1078AC: hue angle of 200º 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 #1078AC is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 120 | 172 | - |
| CMYK | 0.91 | 0.30 | 0 | 0.33 |
| HSL | 200º | 0.83% | 0.37% | - |
| HSV(B) | 200º | 0.91% | 0.67% | - |
| XYZ | 14.38 | 16.52 | 41.46 | - |
| YUV | 94.83 | 171.54 | 71.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 120 | 172 | 0.91 | 0.30 | 0 | 0.33 | 200 | 0.83 | 0.37 |
| Hex | 10 | 78 | AC | 5B | 1E | 0 | 21 | C8 | 53 | 25 |
| Octal | 20 | 170 | 254 | 133 | 36 | 0 | 41 | 310 | 123 | 45 |
| Binary | 10000 | 1111000 | 10101100 | 1011011 | 11110 | 0 | 100001 | 11001000 | 1010011 | 100101 |
Color Harmonies of #1078AC
Complementary color
Monochromatic Colors of #1078AC
Black with #1078AC
Text Example
Text Example
White with #1078AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1078AC; }
p { color: rgb(16,120,172); }
H1.HeaderClassName
{
color: #1078AC;
}
.AnyTagClassName
{
color: #1078AC;
}
</style>
background-color css
<style>
a { background-color: #1078AC; }
a { background-color: rgb(16,120,172); }
div.DivClassName
{
background-color: #1078AC;
}
.BgClassName
{
background-color: #1078AC;
}
</style>
border-color css
<style>
span { border-color: #1078AC; }
span { border-color: rgb(16,120,172); }
td.TdClassName
{
border-color: #1078AC;
}
.TagClassName
{
border-color: #1078AC;
}
</style>