Shades of Cerulean #107CB6
Tints of Cerulean #107CB6
RGB
CMYK
RGB Variations
Color information
#107CB6 (or 0x107CB6) is known color: Cerulean. HEX triplet: 10, 7C and B6. RGB value is (16,124,182). Sum of RGB (Red+Green+Blue) = 16+124+182=322 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.97% from 322); Green value is 124 (48.83% from 255 or 38.51% from 322); Blue value is 182 (71.48% from 255 or 56.52% from 322); Max value from RGB is 182 - color contains mainly: blue. Hex color #107CB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107CB6 is #EF8349. Grayscale: #616161. Windows color (decimal): -15696714 or 11959312. OLE color: 11959312.
HSL color Cylindrical-coordinate representation of color #107CB6: hue angle of 200.96º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #107CB6 is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 16 | 124 | 182 | - |
| CMYK | 0.91 | 0.32 | 0 | 0.29 |
| HSL | 200.96º | 0.84% | 0.39% | - |
| HSV(B) | 200.96º | 0.91% | 0.71% | - |
| XYZ | 15.86 | 17.9 | 46.88 | - |
| YUV | 98.32 | 175.22 | 69.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 124 | 182 | 0.91 | 0.32 | 0 | 0.29 | 200.96 | 0.84 | 0.39 |
| Hex | 10 | 7C | B6 | 5B | 20 | 0 | 1D | C9 | 54 | 27 |
| Octal | 20 | 174 | 266 | 133 | 40 | 0 | 35 | 311 | 124 | 47 |
| Binary | 10000 | 1111100 | 10110110 | 1011011 | 100000 | 0 | 11101 | 11001001 | 1010100 | 100111 |
Color Harmonies of #107CB6
Complementary color
Monochromatic Colors of #107CB6
Black with #107CB6
Text Example
Text Example
White with #107CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107CB6; }
p { color: rgb(16,124,182); }
H1.HeaderClassName
{
color: #107CB6;
}
.AnyTagClassName
{
color: #107CB6;
}
</style>
background-color css
<style>
a { background-color: #107CB6; }
a { background-color: rgb(16,124,182); }
div.DivClassName
{
background-color: #107CB6;
}
.BgClassName
{
background-color: #107CB6;
}
</style>
border-color css
<style>
span { border-color: #107CB6; }
span { border-color: rgb(16,124,182); }
td.TdClassName
{
border-color: #107CB6;
}
.TagClassName
{
border-color: #107CB6;
}
</style>