Shades of Cerulean #107CAC
Tints of Cerulean #107CAC
RGB
CMYK
RGB Variations
Color information
#107CAC (or 0x107CAC) is known color: Cerulean. HEX triplet: 10, 7C and AC. RGB value is (16,124,172). Sum of RGB (Red+Green+Blue) = 16+124+172=312 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.13% from 312); Green value is 124 (48.83% from 255 or 39.74% from 312); Blue value is 172 (67.58% from 255 or 55.13% from 312); Max value from RGB is 172 - color contains mainly: blue. Hex color #107CAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107CAC is #EF8353. Grayscale: #606060. Windows color (decimal): -15696724 or 11303952. OLE color: 11303952.
HSL color Cylindrical-coordinate representation of color #107CAC: hue angle of 198.46º 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 #107CAC is Cyan = 0.91, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 124 | 172 | - |
| CMYK | 0.91 | 0.28 | 0 | 0.33 |
| HSL | 198.46º | 0.83% | 0.37% | - |
| HSV(B) | 198.46º | 0.91% | 0.67% | - |
| XYZ | 14.87 | 17.5 | 41.62 | - |
| YUV | 97.18 | 170.22 | 70.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 124 | 172 | 0.91 | 0.28 | 0 | 0.33 | 198.46 | 0.83 | 0.37 |
| Hex | 10 | 7C | AC | 5B | 1C | 0 | 21 | C6 | 53 | 25 |
| Octal | 20 | 174 | 254 | 133 | 34 | 0 | 41 | 306 | 123 | 45 |
| Binary | 10000 | 1111100 | 10101100 | 1011011 | 11100 | 0 | 100001 | 11000110 | 1010011 | 100101 |
Color Harmonies of #107CAC
Complementary color
Monochromatic Colors of #107CAC
Black with #107CAC
Text Example
Text Example
White with #107CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107CAC; }
p { color: rgb(16,124,172); }
H1.HeaderClassName
{
color: #107CAC;
}
.AnyTagClassName
{
color: #107CAC;
}
</style>
background-color css
<style>
a { background-color: #107CAC; }
a { background-color: rgb(16,124,172); }
div.DivClassName
{
background-color: #107CAC;
}
.BgClassName
{
background-color: #107CAC;
}
</style>
border-color css
<style>
span { border-color: #107CAC; }
span { border-color: rgb(16,124,172); }
td.TdClassName
{
border-color: #107CAC;
}
.TagClassName
{
border-color: #107CAC;
}
</style>