Shades of Cerulean #107DAA
Tints of Cerulean #107DAA
RGB
CMYK
RGB Variations
Color information
#107DAA (or 0x107DAA) is known color: Cerulean. HEX triplet: 10, 7D and AA. RGB value is (16,125,170). Sum of RGB (Red+Green+Blue) = 16+125+170=311 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.14% from 311); Green value is 125 (49.22% from 255 or 40.19% from 311); Blue value is 170 (66.80% from 255 or 54.66% from 311); Max value from RGB is 170 - color contains mainly: blue. Hex color #107DAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107DAA is #EF8255. Grayscale: #616161. Windows color (decimal): -15696470 or 11173136. OLE color: 11173136.
HSL color Cylindrical-coordinate representation of color #107DAA: hue angle of 197.53º 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 #107DAA is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 125 | 170 | - |
| CMYK | 0.91 | 0.26 | 0 | 0.33 |
| HSL | 197.53º | 0.83% | 0.36% | - |
| HSV(B) | 197.53º | 0.91% | 0.67% | - |
| XYZ | 14.8 | 17.68 | 40.66 | - |
| YUV | 97.54 | 168.89 | 69.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 125 | 170 | 0.91 | 0.26 | 0 | 0.33 | 197.53 | 0.83 | 0.36 |
| Hex | 10 | 7D | AA | 5B | 1A | 0 | 21 | C6 | 53 | 24 |
| Octal | 20 | 175 | 252 | 133 | 32 | 0 | 41 | 306 | 123 | 44 |
| Binary | 10000 | 1111101 | 10101010 | 1011011 | 11010 | 0 | 100001 | 11000110 | 1010011 | 100100 |
Color Harmonies of #107DAA
Complementary color
Monochromatic Colors of #107DAA
Black with #107DAA
Text Example
Text Example
White with #107DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107DAA; }
p { color: rgb(16,125,170); }
H1.HeaderClassName
{
color: #107DAA;
}
.AnyTagClassName
{
color: #107DAA;
}
</style>
background-color css
<style>
a { background-color: #107DAA; }
a { background-color: rgb(16,125,170); }
div.DivClassName
{
background-color: #107DAA;
}
.BgClassName
{
background-color: #107DAA;
}
</style>
border-color css
<style>
span { border-color: #107DAA; }
span { border-color: rgb(16,125,170); }
td.TdClassName
{
border-color: #107DAA;
}
.TagClassName
{
border-color: #107DAA;
}
</style>