Shades of Cerulean #107FC1
Tints of Cerulean #107FC1
RGB
CMYK
RGB Variations
Color information
#107FC1 (or 0x107FC1) is known color: Cerulean. HEX triplet: 10, 7F and C1. RGB value is (16,127,193). Sum of RGB (Red+Green+Blue) = 16+127+193=336 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.76% from 336); Green value is 127 (50% from 255 or 37.80% from 336); Blue value is 193 (75.78% from 255 or 57.44% from 336); Max value from RGB is 193 - color contains mainly: blue. Hex color #107FC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107FC1 is #EF803E. Grayscale: #646464. Windows color (decimal): -15695935 or 12680976. OLE color: 12680976.
HSL color Cylindrical-coordinate representation of color #107FC1: hue angle of 202.37º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #107FC1 is Cyan = 0.92, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 127 | 193 | - |
| CMYK | 0.92 | 0.34 | 0 | 0.24 |
| HSL | 202.37º | 0.85% | 0.41% | - |
| HSV(B) | 202.37º | 0.92% | 0.76% | - |
| XYZ | 17.43 | 19.14 | 53.23 | - |
| YUV | 101.34 | 179.73 | 67.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 127 | 193 | 0.92 | 0.34 | 0 | 0.24 | 202.37 | 0.85 | 0.41 |
| Hex | 10 | 7F | C1 | 5C | 22 | 0 | 18 | CA | 55 | 29 |
| Octal | 20 | 177 | 301 | 134 | 42 | 0 | 30 | 312 | 125 | 51 |
| Binary | 10000 | 1111111 | 11000001 | 1011100 | 100010 | 0 | 11000 | 11001010 | 1010101 | 101001 |
Color Harmonies of #107FC1
Complementary color
Monochromatic Colors of #107FC1
Black with #107FC1
Text Example
Text Example
White with #107FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107FC1; }
p { color: rgb(16,127,193); }
H1.HeaderClassName
{
color: #107FC1;
}
.AnyTagClassName
{
color: #107FC1;
}
</style>
background-color css
<style>
a { background-color: #107FC1; }
a { background-color: rgb(16,127,193); }
div.DivClassName
{
background-color: #107FC1;
}
.BgClassName
{
background-color: #107FC1;
}
</style>
border-color css
<style>
span { border-color: #107FC1; }
span { border-color: rgb(16,127,193); }
td.TdClassName
{
border-color: #107FC1;
}
.TagClassName
{
border-color: #107FC1;
}
</style>