Shades of Cerulean #1077AD
Tints of Cerulean #1077AD
RGB
CMYK
RGB Variations
Color information
#1077AD (or 0x1077AD) is known color: Cerulean. HEX triplet: 10, 77 and AD. RGB value is (16,119,173). Sum of RGB (Red+Green+Blue) = 16+119+173=308 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.19% from 308); Green value is 119 (46.88% from 255 or 38.64% from 308); Blue value is 173 (67.97% from 255 or 56.17% from 308); Max value from RGB is 173 - color contains mainly: blue. Hex color #1077AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1077AD is #EF8852. Grayscale: #5E5E5E. Windows color (decimal): -15698003 or 11368208. OLE color: 11368208.
HSL color Cylindrical-coordinate representation of color #1077AD: hue angle of 200.64º 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 #1077AD is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 16 | 119 | 173 | - |
| CMYK | 0.91 | 0.31 | 0 | 0.32 |
| HSL | 200.64º | 0.83% | 0.37% | - |
| HSV(B) | 200.64º | 0.91% | 0.68% | - |
| XYZ | 14.35 | 16.32 | 41.93 | - |
| YUV | 94.36 | 172.38 | 72.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 119 | 173 | 0.91 | 0.31 | 0 | 0.32 | 200.64 | 0.83 | 0.37 |
| Hex | 10 | 77 | AD | 5B | 1F | 0 | 20 | C9 | 53 | 25 |
| Octal | 20 | 167 | 255 | 133 | 37 | 0 | 40 | 311 | 123 | 45 |
| Binary | 10000 | 1110111 | 10101101 | 1011011 | 11111 | 0 | 100000 | 11001001 | 1010011 | 100101 |
Color Harmonies of #1077AD
Complementary color
Monochromatic Colors of #1077AD
Black with #1077AD
Text Example
Text Example
White with #1077AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1077AD; }
p { color: rgb(16,119,173); }
H1.HeaderClassName
{
color: #1077AD;
}
.AnyTagClassName
{
color: #1077AD;
}
</style>
background-color css
<style>
a { background-color: #1077AD; }
a { background-color: rgb(16,119,173); }
div.DivClassName
{
background-color: #1077AD;
}
.BgClassName
{
background-color: #1077AD;
}
</style>
border-color css
<style>
span { border-color: #1077AD; }
span { border-color: rgb(16,119,173); }
td.TdClassName
{
border-color: #1077AD;
}
.TagClassName
{
border-color: #1077AD;
}
</style>