Shades of Cerulean #107AB8
Tints of Cerulean #107AB8
RGB
CMYK
RGB Variations
Color information
#107AB8 (or 0x107AB8) is known color: Cerulean. HEX triplet: 10, 7A and B8. RGB value is (16,122,184). Sum of RGB (Red+Green+Blue) = 16+122+184=322 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.97% from 322); Green value is 122 (48.05% from 255 or 37.89% from 322); Blue value is 184 (72.27% from 255 or 57.14% from 322); Max value from RGB is 184 - color contains mainly: blue. Hex color #107AB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107AB8 is #EF8547. Grayscale: #616161. Windows color (decimal): -15697224 or 12089872. OLE color: 12089872.
HSL color Cylindrical-coordinate representation of color #107AB8: hue angle of 202.14º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #107AB8 is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 16 | 122 | 184 | - |
| CMYK | 0.91 | 0.34 | 0 | 0.28 |
| HSL | 202.14º | 0.84% | 0.39% | - |
| HSV(B) | 202.14º | 0.91% | 0.72% | - |
| XYZ | 15.82 | 17.49 | 47.89 | - |
| YUV | 97.37 | 176.88 | 69.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 122 | 184 | 0.91 | 0.34 | 0 | 0.28 | 202.14 | 0.84 | 0.39 |
| Hex | 10 | 7A | B8 | 5B | 22 | 0 | 1C | CA | 54 | 27 |
| Octal | 20 | 172 | 270 | 133 | 42 | 0 | 34 | 312 | 124 | 47 |
| Binary | 10000 | 1111010 | 10111000 | 1011011 | 100010 | 0 | 11100 | 11001010 | 1010100 | 100111 |
Color Harmonies of #107AB8
Complementary color
Monochromatic Colors of #107AB8
Black with #107AB8
Text Example
Text Example
White with #107AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107AB8; }
p { color: rgb(16,122,184); }
H1.HeaderClassName
{
color: #107AB8;
}
.AnyTagClassName
{
color: #107AB8;
}
</style>
background-color css
<style>
a { background-color: #107AB8; }
a { background-color: rgb(16,122,184); }
div.DivClassName
{
background-color: #107AB8;
}
.BgClassName
{
background-color: #107AB8;
}
</style>
border-color css
<style>
span { border-color: #107AB8; }
span { border-color: rgb(16,122,184); }
td.TdClassName
{
border-color: #107AB8;
}
.TagClassName
{
border-color: #107AB8;
}
</style>