Shades of Cerulean #107AB0
Tints of Cerulean #107AB0
RGB
CMYK
RGB Variations
Color information
#107AB0 (or 0x107AB0) is known color: Cerulean. HEX triplet: 10, 7A and B0. RGB value is (16,122,176). Sum of RGB (Red+Green+Blue) = 16+122+176=314 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.10% from 314); Green value is 122 (48.05% from 255 or 38.85% from 314); Blue value is 176 (69.14% from 255 or 56.05% from 314); Max value from RGB is 176 - color contains mainly: blue. Hex color #107AB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107AB0 is #EF854F. Grayscale: #606060. Windows color (decimal): -15697232 or 11565584. OLE color: 11565584.
HSL color Cylindrical-coordinate representation of color #107AB0: hue angle of 200.25º 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 #107AB0 is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 122 | 176 | - |
| CMYK | 0.91 | 0.31 | 0 | 0.31 |
| HSL | 200.25º | 0.83% | 0.38% | - |
| HSV(B) | 200.25º | 0.91% | 0.69% | - |
| XYZ | 15.01 | 17.16 | 43.6 | - |
| YUV | 96.46 | 172.88 | 70.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 122 | 176 | 0.91 | 0.31 | 0 | 0.31 | 200.25 | 0.83 | 0.38 |
| Hex | 10 | 7A | B0 | 5B | 1F | 0 | 1F | C8 | 53 | 26 |
| Octal | 20 | 172 | 260 | 133 | 37 | 0 | 37 | 310 | 123 | 46 |
| Binary | 10000 | 1111010 | 10110000 | 1011011 | 11111 | 0 | 11111 | 11001000 | 1010011 | 100110 |
Color Harmonies of #107AB0
Complementary color
Monochromatic Colors of #107AB0
Black with #107AB0
Text Example
Text Example
White with #107AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107AB0; }
p { color: rgb(16,122,176); }
H1.HeaderClassName
{
color: #107AB0;
}
.AnyTagClassName
{
color: #107AB0;
}
</style>
background-color css
<style>
a { background-color: #107AB0; }
a { background-color: rgb(16,122,176); }
div.DivClassName
{
background-color: #107AB0;
}
.BgClassName
{
background-color: #107AB0;
}
</style>
border-color css
<style>
span { border-color: #107AB0; }
span { border-color: rgb(16,122,176); }
td.TdClassName
{
border-color: #107AB0;
}
.TagClassName
{
border-color: #107AB0;
}
</style>