Shades of Cerulean #107CAA
Tints of Cerulean #107CAA
RGB
CMYK
RGB Variations
Color information
#107CAA (or 0x107CAA) is known color: Cerulean. HEX triplet: 10, 7C and AA. RGB value is (16,124,170). Sum of RGB (Red+Green+Blue) = 16+124+170=310 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.16% from 310); Green value is 124 (48.83% from 255 or 40% from 310); Blue value is 170 (66.80% from 255 or 54.84% from 310); Max value from RGB is 170 - color contains mainly: blue. Hex color #107CAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107CAA is #EF8355. Grayscale: #606060. Windows color (decimal): -15696726 or 11172880. OLE color: 11172880.
HSL color Cylindrical-coordinate representation of color #107CAA: hue angle of 197.92º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #107CAA is Cyan = 0.91, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 124 | 170 | - |
| CMYK | 0.91 | 0.27 | 0 | 0.33 |
| HSL | 197.92º | 0.83% | 0.36% | - |
| HSV(B) | 197.92º | 0.91% | 0.67% | - |
| XYZ | 14.68 | 17.43 | 40.62 | - |
| YUV | 96.95 | 169.22 | 70.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 124 | 170 | 0.91 | 0.27 | 0 | 0.33 | 197.92 | 0.83 | 0.36 |
| Hex | 10 | 7C | AA | 5B | 1B | 0 | 21 | C6 | 53 | 24 |
| Octal | 20 | 174 | 252 | 133 | 33 | 0 | 41 | 306 | 123 | 44 |
| Binary | 10000 | 1111100 | 10101010 | 1011011 | 11011 | 0 | 100001 | 11000110 | 1010011 | 100100 |
Color Harmonies of #107CAA
Complementary color
Monochromatic Colors of #107CAA
Black with #107CAA
Text Example
Text Example
White with #107CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107CAA; }
p { color: rgb(16,124,170); }
H1.HeaderClassName
{
color: #107CAA;
}
.AnyTagClassName
{
color: #107CAA;
}
</style>
background-color css
<style>
a { background-color: #107CAA; }
a { background-color: rgb(16,124,170); }
div.DivClassName
{
background-color: #107CAA;
}
.BgClassName
{
background-color: #107CAA;
}
</style>
border-color css
<style>
span { border-color: #107CAA; }
span { border-color: rgb(16,124,170); }
td.TdClassName
{
border-color: #107CAA;
}
.TagClassName
{
border-color: #107CAA;
}
</style>