Shades of Cerulean #1077AA
Tints of Cerulean #1077AA
RGB
CMYK
RGB Variations
Color information
#1077AA (or 0x1077AA) is known color: Cerulean. HEX triplet: 10, 77 and AA. RGB value is (16,119,170). Sum of RGB (Red+Green+Blue) = 16+119+170=305 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.25% from 305); Green value is 119 (46.88% from 255 or 39.02% from 305); Blue value is 170 (66.80% from 255 or 55.74% from 305); Max value from RGB is 170 - color contains mainly: blue. Hex color #1077AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1077AA is #EF8855. Grayscale: #5D5D5D. Windows color (decimal): -15698006 or 11171600. OLE color: 11171600.
HSL color Cylindrical-coordinate representation of color #1077AA: hue angle of 199.87º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1077AA is Cyan = 0.91, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 119 | 170 | - |
| CMYK | 0.91 | 0.3 | 0 | 0.33 |
| HSL | 199.87º | 0.83% | 0.36% | - |
| HSV(B) | 199.87º | 0.91% | 0.67% | - |
| XYZ | 14.07 | 16.21 | 40.42 | - |
| YUV | 94.02 | 170.88 | 72.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 119 | 170 | 0.91 | 0.3 | 0 | 0.33 | 199.87 | 0.83 | 0.36 |
| Hex | 10 | 77 | AA | 5B | 1E | 0 | 21 | C8 | 53 | 24 |
| Octal | 20 | 167 | 252 | 133 | 36 | 0 | 41 | 310 | 123 | 44 |
| Binary | 10000 | 1110111 | 10101010 | 1011011 | 11110 | 0 | 100001 | 11001000 | 1010011 | 100100 |
Color Harmonies of #1077AA
Complementary color
Monochromatic Colors of #1077AA
Black with #1077AA
Text Example
Text Example
White with #1077AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1077AA; }
p { color: rgb(16,119,170); }
H1.HeaderClassName
{
color: #1077AA;
}
.AnyTagClassName
{
color: #1077AA;
}
</style>
background-color css
<style>
a { background-color: #1077AA; }
a { background-color: rgb(16,119,170); }
div.DivClassName
{
background-color: #1077AA;
}
.BgClassName
{
background-color: #1077AA;
}
</style>
border-color css
<style>
span { border-color: #1077AA; }
span { border-color: rgb(16,119,170); }
td.TdClassName
{
border-color: #1077AA;
}
.TagClassName
{
border-color: #1077AA;
}
</style>