Shades of Cerulean #107DA2
Tints of Cerulean #107DA2
RGB
CMYK
RGB Variations
Color information
#107DA2 (or 0x107DA2) is known color: Cerulean. HEX triplet: 10, 7D and A2. RGB value is (16,125,162). Sum of RGB (Red+Green+Blue) = 16+125+162=303 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.28% from 303); Green value is 125 (49.22% from 255 or 41.25% from 303); Blue value is 162 (63.67% from 255 or 53.47% from 303); Max value from RGB is 162 - color contains mainly: blue. Hex color #107DA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107DA2 is #EF825D. Grayscale: #606060. Windows color (decimal): -15696478 or 10648848. OLE color: 10648848.
HSL color Cylindrical-coordinate representation of color #107DA2: hue angle of 195.21º 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 #107DA2 is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 16 | 125 | 162 | - |
| CMYK | 0.90 | 0.23 | 0 | 0.36 |
| HSL | 195.21º | 0.82% | 0.35% | - |
| HSV(B) | 195.21º | 0.9% | 0.64% | - |
| XYZ | 14.07 | 17.39 | 36.8 | - |
| YUV | 96.63 | 164.89 | 70.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 125 | 162 | 0.90 | 0.23 | 0 | 0.36 | 195.21 | 0.82 | 0.35 |
| Hex | 10 | 7D | A2 | 5A | 17 | 0 | 24 | C3 | 52 | 23 |
| Octal | 20 | 175 | 242 | 132 | 27 | 0 | 44 | 303 | 122 | 43 |
| Binary | 10000 | 1111101 | 10100010 | 1011010 | 10111 | 0 | 100100 | 11000011 | 1010010 | 100011 |
Color Harmonies of #107DA2
Complementary color
Monochromatic Colors of #107DA2
Black with #107DA2
Text Example
Text Example
White with #107DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107DA2; }
p { color: rgb(16,125,162); }
H1.HeaderClassName
{
color: #107DA2;
}
.AnyTagClassName
{
color: #107DA2;
}
</style>
background-color css
<style>
a { background-color: #107DA2; }
a { background-color: rgb(16,125,162); }
div.DivClassName
{
background-color: #107DA2;
}
.BgClassName
{
background-color: #107DA2;
}
</style>
border-color css
<style>
span { border-color: #107DA2; }
span { border-color: rgb(16,125,162); }
td.TdClassName
{
border-color: #107DA2;
}
.TagClassName
{
border-color: #107DA2;
}
</style>