Shades of Cerulean #1077B1
Tints of Cerulean #1077B1
RGB
CMYK
RGB Variations
Color information
#1077B1 (or 0x1077B1) is known color: Cerulean. HEX triplet: 10, 77 and B1. RGB value is (16,119,177). Sum of RGB (Red+Green+Blue) = 16+119+177=312 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.13% from 312); Green value is 119 (46.88% from 255 or 38.14% from 312); Blue value is 177 (69.53% from 255 or 56.73% from 312); Max value from RGB is 177 - color contains mainly: blue. Hex color #1077B1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1077B1 is #EF884E. Grayscale: #5E5E5E. Windows color (decimal): -15697999 or 11630352. OLE color: 11630352.
HSL color Cylindrical-coordinate representation of color #1077B1: hue angle of 201.61º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1077B1 is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 119 | 177 | - |
| CMYK | 0.91 | 0.33 | 0 | 0.31 |
| HSL | 201.61º | 0.83% | 0.38% | - |
| HSV(B) | 201.61º | 0.91% | 0.69% | - |
| XYZ | 14.75 | 16.48 | 44 | - |
| YUV | 94.82 | 174.38 | 71.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 119 | 177 | 0.91 | 0.33 | 0 | 0.31 | 201.61 | 0.83 | 0.38 |
| Hex | 10 | 77 | B1 | 5B | 21 | 0 | 1F | CA | 53 | 26 |
| Octal | 20 | 167 | 261 | 133 | 41 | 0 | 37 | 312 | 123 | 46 |
| Binary | 10000 | 1110111 | 10110001 | 1011011 | 100001 | 0 | 11111 | 11001010 | 1010011 | 100110 |
Color Harmonies of #1077B1
Complementary color
Monochromatic Colors of #1077B1
Black with #1077B1
Text Example
Text Example
White with #1077B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1077B1; }
p { color: rgb(16,119,177); }
H1.HeaderClassName
{
color: #1077B1;
}
.AnyTagClassName
{
color: #1077B1;
}
</style>
background-color css
<style>
a { background-color: #1077B1; }
a { background-color: rgb(16,119,177); }
div.DivClassName
{
background-color: #1077B1;
}
.BgClassName
{
background-color: #1077B1;
}
</style>
border-color css
<style>
span { border-color: #1077B1; }
span { border-color: rgb(16,119,177); }
td.TdClassName
{
border-color: #1077B1;
}
.TagClassName
{
border-color: #1077B1;
}
</style>