Shades of Cerulean #1077B2
Tints of Cerulean #1077B2
RGB
CMYK
RGB Variations
Color information
#1077B2 (or 0x1077B2) is known color: Cerulean. HEX triplet: 10, 77 and B2. RGB value is (16,119,178). Sum of RGB (Red+Green+Blue) = 16+119+178=313 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.11% from 313); Green value is 119 (46.88% from 255 or 38.02% from 313); Blue value is 178 (69.92% from 255 or 56.87% from 313); Max value from RGB is 178 - color contains mainly: blue. Hex color #1077B2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1077B2 is #EF884D. Grayscale: #5E5E5E. Windows color (decimal): -15697998 or 11695888. OLE color: 11695888.
HSL color Cylindrical-coordinate representation of color #1077B2: hue angle of 201.85º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1077B2 is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 16 | 119 | 178 | - |
| CMYK | 0.91 | 0.33 | 0 | 0.30 |
| HSL | 201.85º | 0.84% | 0.38% | - |
| HSV(B) | 201.85º | 0.91% | 0.7% | - |
| XYZ | 14.85 | 16.52 | 44.53 | - |
| YUV | 94.93 | 174.88 | 71.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 119 | 178 | 0.91 | 0.33 | 0 | 0.30 | 201.85 | 0.84 | 0.38 |
| Hex | 10 | 77 | B2 | 5B | 21 | 0 | 1E | CA | 54 | 26 |
| Octal | 20 | 167 | 262 | 133 | 41 | 0 | 36 | 312 | 124 | 46 |
| Binary | 10000 | 1110111 | 10110010 | 1011011 | 100001 | 0 | 11110 | 11001010 | 1010100 | 100110 |
Color Harmonies of #1077B2
Complementary color
Monochromatic Colors of #1077B2
Black with #1077B2
Text Example
Text Example
White with #1077B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1077B2; }
p { color: rgb(16,119,178); }
H1.HeaderClassName
{
color: #1077B2;
}
.AnyTagClassName
{
color: #1077B2;
}
</style>
background-color css
<style>
a { background-color: #1077B2; }
a { background-color: rgb(16,119,178); }
div.DivClassName
{
background-color: #1077B2;
}
.BgClassName
{
background-color: #1077B2;
}
</style>
border-color css
<style>
span { border-color: #1077B2; }
span { border-color: rgb(16,119,178); }
td.TdClassName
{
border-color: #1077B2;
}
.TagClassName
{
border-color: #1077B2;
}
</style>