Shades of Cerulean #107DA1
Tints of Cerulean #107DA1
RGB
CMYK
RGB Variations
Color information
#107DA1 (or 0x107DA1) is known color: Cerulean. HEX triplet: 10, 7D and A1. RGB value is (16,125,161). Sum of RGB (Red+Green+Blue) = 16+125+161=302 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.30% from 302); Green value is 125 (49.22% from 255 or 41.39% from 302); Blue value is 161 (63.28% from 255 or 53.31% from 302); Max value from RGB is 161 - color contains mainly: blue. Hex color #107DA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107DA1 is #EF825E. Grayscale: #606060. Windows color (decimal): -15696479 or 10583312. OLE color: 10583312.
HSL color Cylindrical-coordinate representation of color #107DA1: hue angle of 194.9º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #107DA1 is Cyan = 0.90, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 16 | 125 | 161 | - |
| CMYK | 0.90 | 0.22 | 0 | 0.37 |
| HSL | 194.9º | 0.82% | 0.35% | - |
| HSV(B) | 194.9º | 0.9% | 0.63% | - |
| XYZ | 13.98 | 17.35 | 36.33 | - |
| YUV | 96.51 | 164.39 | 70.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 125 | 161 | 0.90 | 0.22 | 0 | 0.37 | 194.9 | 0.82 | 0.35 |
| Hex | 10 | 7D | A1 | 5A | 16 | 0 | 25 | C3 | 52 | 23 |
| Octal | 20 | 175 | 241 | 132 | 26 | 0 | 45 | 303 | 122 | 43 |
| Binary | 10000 | 1111101 | 10100001 | 1011010 | 10110 | 0 | 100101 | 11000011 | 1010010 | 100011 |
Color Harmonies of #107DA1
Complementary color
Monochromatic Colors of #107DA1
Black with #107DA1
Text Example
Text Example
White with #107DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107DA1; }
p { color: rgb(16,125,161); }
H1.HeaderClassName
{
color: #107DA1;
}
.AnyTagClassName
{
color: #107DA1;
}
</style>
background-color css
<style>
a { background-color: #107DA1; }
a { background-color: rgb(16,125,161); }
div.DivClassName
{
background-color: #107DA1;
}
.BgClassName
{
background-color: #107DA1;
}
</style>
border-color css
<style>
span { border-color: #107DA1; }
span { border-color: rgb(16,125,161); }
td.TdClassName
{
border-color: #107DA1;
}
.TagClassName
{
border-color: #107DA1;
}
</style>