Shades of Cerulean #107BA2
Tints of Cerulean #107BA2
RGB
CMYK
RGB Variations
Color information
#107BA2 (or 0x107BA2) is known color: Cerulean. HEX triplet: 10, 7B and A2. RGB value is (16,123,162). Sum of RGB (Red+Green+Blue) = 16+123+162=301 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.32% from 301); Green value is 123 (48.44% from 255 or 40.86% from 301); Blue value is 162 (63.67% from 255 or 53.82% from 301); Max value from RGB is 162 - color contains mainly: blue. Hex color #107BA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107BA2 is #EF845D. Grayscale: #5F5F5F. Windows color (decimal): -15696990 or 10648336. OLE color: 10648336.
HSL color Cylindrical-coordinate representation of color #107BA2: hue angle of 196.03º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #107BA2 is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 16 | 123 | 162 | - |
| CMYK | 0.90 | 0.24 | 0 | 0.36 |
| HSL | 196.03º | 0.82% | 0.35% | - |
| HSV(B) | 196.03º | 0.9% | 0.64% | - |
| XYZ | 13.82 | 16.88 | 36.71 | - |
| YUV | 95.45 | 165.55 | 71.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 123 | 162 | 0.90 | 0.24 | 0 | 0.36 | 196.03 | 0.82 | 0.35 |
| Hex | 10 | 7B | A2 | 5A | 18 | 0 | 24 | C4 | 52 | 23 |
| Octal | 20 | 173 | 242 | 132 | 30 | 0 | 44 | 304 | 122 | 43 |
| Binary | 10000 | 1111011 | 10100010 | 1011010 | 11000 | 0 | 100100 | 11000100 | 1010010 | 100011 |
Color Harmonies of #107BA2
Complementary color
Monochromatic Colors of #107BA2
Black with #107BA2
Text Example
Text Example
White with #107BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107BA2; }
p { color: rgb(16,123,162); }
H1.HeaderClassName
{
color: #107BA2;
}
.AnyTagClassName
{
color: #107BA2;
}
</style>
background-color css
<style>
a { background-color: #107BA2; }
a { background-color: rgb(16,123,162); }
div.DivClassName
{
background-color: #107BA2;
}
.BgClassName
{
background-color: #107BA2;
}
</style>
border-color css
<style>
span { border-color: #107BA2; }
span { border-color: rgb(16,123,162); }
td.TdClassName
{
border-color: #107BA2;
}
.TagClassName
{
border-color: #107BA2;
}
</style>