Shades of Cerulean #107CB7
Tints of Cerulean #107CB7
RGB
CMYK
RGB Variations
Color information
#107CB7 (or 0x107CB7) is known color: Cerulean. HEX triplet: 10, 7C and B7. RGB value is (16,124,183). Sum of RGB (Red+Green+Blue) = 16+124+183=323 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.95% from 323); Green value is 124 (48.83% from 255 or 38.39% from 323); Blue value is 183 (71.88% from 255 or 56.66% from 323); Max value from RGB is 183 - color contains mainly: blue. Hex color #107CB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107CB7 is #EF8348. Grayscale: #626262. Windows color (decimal): -15696713 or 12024848. OLE color: 12024848.
HSL color Cylindrical-coordinate representation of color #107CB7: hue angle of 201.2º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #107CB7 is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 16 | 124 | 183 | - |
| CMYK | 0.91 | 0.32 | 0 | 0.28 |
| HSL | 201.2º | 0.84% | 0.39% | - |
| HSV(B) | 201.2º | 0.91% | 0.72% | - |
| XYZ | 15.97 | 17.94 | 47.42 | - |
| YUV | 98.43 | 175.72 | 69.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 124 | 183 | 0.91 | 0.32 | 0 | 0.28 | 201.2 | 0.84 | 0.39 |
| Hex | 10 | 7C | B7 | 5B | 20 | 0 | 1C | C9 | 54 | 27 |
| Octal | 20 | 174 | 267 | 133 | 40 | 0 | 34 | 311 | 124 | 47 |
| Binary | 10000 | 1111100 | 10110111 | 1011011 | 100000 | 0 | 11100 | 11001001 | 1010100 | 100111 |
Color Harmonies of #107CB7
Complementary color
Monochromatic Colors of #107CB7
Black with #107CB7
Text Example
Text Example
White with #107CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107CB7; }
p { color: rgb(16,124,183); }
H1.HeaderClassName
{
color: #107CB7;
}
.AnyTagClassName
{
color: #107CB7;
}
</style>
background-color css
<style>
a { background-color: #107CB7; }
a { background-color: rgb(16,124,183); }
div.DivClassName
{
background-color: #107CB7;
}
.BgClassName
{
background-color: #107CB7;
}
</style>
border-color css
<style>
span { border-color: #107CB7; }
span { border-color: rgb(16,124,183); }
td.TdClassName
{
border-color: #107CB7;
}
.TagClassName
{
border-color: #107CB7;
}
</style>