Shades of Cerulean #107AAB
Tints of Cerulean #107AAB
RGB
CMYK
RGB Variations
Color information
#107AAB (or 0x107AAB) is known color: Cerulean. HEX triplet: 10, 7A and AB. RGB value is (16,122,171). Sum of RGB (Red+Green+Blue) = 16+122+171=309 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.18% from 309); Green value is 122 (48.05% from 255 or 39.48% from 309); Blue value is 171 (67.19% from 255 or 55.34% from 309); Max value from RGB is 171 - color contains mainly: blue. Hex color #107AAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107AAB is #EF8554. Grayscale: #5F5F5F. Windows color (decimal): -15697237 or 11237904. OLE color: 11237904.
HSL color Cylindrical-coordinate representation of color #107AAB: hue angle of 198.97º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #107AAB is Cyan = 0.91, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 122 | 171 | - |
| CMYK | 0.91 | 0.29 | 0 | 0.33 |
| HSL | 198.97º | 0.83% | 0.37% | - |
| HSV(B) | 198.97º | 0.91% | 0.67% | - |
| XYZ | 14.52 | 16.97 | 41.04 | - |
| YUV | 95.89 | 170.38 | 71.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 122 | 171 | 0.91 | 0.29 | 0 | 0.33 | 198.97 | 0.83 | 0.37 |
| Hex | 10 | 7A | AB | 5B | 1D | 0 | 21 | C7 | 53 | 25 |
| Octal | 20 | 172 | 253 | 133 | 35 | 0 | 41 | 307 | 123 | 45 |
| Binary | 10000 | 1111010 | 10101011 | 1011011 | 11101 | 0 | 100001 | 11000111 | 1010011 | 100101 |
Color Harmonies of #107AAB
Complementary color
Monochromatic Colors of #107AAB
Black with #107AAB
Text Example
Text Example
White with #107AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107AAB; }
p { color: rgb(16,122,171); }
H1.HeaderClassName
{
color: #107AAB;
}
.AnyTagClassName
{
color: #107AAB;
}
</style>
background-color css
<style>
a { background-color: #107AAB; }
a { background-color: rgb(16,122,171); }
div.DivClassName
{
background-color: #107AAB;
}
.BgClassName
{
background-color: #107AAB;
}
</style>
border-color css
<style>
span { border-color: #107AAB; }
span { border-color: rgb(16,122,171); }
td.TdClassName
{
border-color: #107AAB;
}
.TagClassName
{
border-color: #107AAB;
}
</style>