Shades of Cerulean #1076A9
Tints of Cerulean #1076A9
RGB
CMYK
RGB Variations
Color information
#1076A9 (or 0x1076A9) is known color: Cerulean. HEX triplet: 10, 76 and A9. RGB value is (16,118,169). Sum of RGB (Red+Green+Blue) = 16+118+169=303 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.28% from 303); Green value is 118 (46.48% from 255 or 38.94% from 303); Blue value is 169 (66.41% from 255 or 55.78% from 303); Max value from RGB is 169 - color contains mainly: blue. Hex color #1076A9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1076A9 is #EF8956. Grayscale: #5D5D5D. Windows color (decimal): -15698263 or 11105808. OLE color: 11105808.
HSL color Cylindrical-coordinate representation of color #1076A9: hue angle of 200º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1076A9 is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 16 | 118 | 169 | - |
| CMYK | 0.91 | 0.30 | 0 | 0.34 |
| HSL | 200º | 0.83% | 0.36% | - |
| HSV(B) | 200º | 0.91% | 0.66% | - |
| XYZ | 13.85 | 15.93 | 39.88 | - |
| YUV | 93.32 | 170.71 | 72.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 118 | 169 | 0.91 | 0.30 | 0 | 0.34 | 200 | 0.83 | 0.36 |
| Hex | 10 | 76 | A9 | 5B | 1E | 0 | 22 | C8 | 53 | 24 |
| Octal | 20 | 166 | 251 | 133 | 36 | 0 | 42 | 310 | 123 | 44 |
| Binary | 10000 | 1110110 | 10101001 | 1011011 | 11110 | 0 | 100010 | 11001000 | 1010011 | 100100 |
Color Harmonies of #1076A9
Complementary color
Monochromatic Colors of #1076A9
Black with #1076A9
Text Example
Text Example
White with #1076A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1076A9; }
p { color: rgb(16,118,169); }
H1.HeaderClassName
{
color: #1076A9;
}
.AnyTagClassName
{
color: #1076A9;
}
</style>
background-color css
<style>
a { background-color: #1076A9; }
a { background-color: rgb(16,118,169); }
div.DivClassName
{
background-color: #1076A9;
}
.BgClassName
{
background-color: #1076A9;
}
</style>
border-color css
<style>
span { border-color: #1076A9; }
span { border-color: rgb(16,118,169); }
td.TdClassName
{
border-color: #1076A9;
}
.TagClassName
{
border-color: #1076A9;
}
</style>