Shades of Cerulean #107DB5
Tints of Cerulean #107DB5
RGB
CMYK
RGB Variations
Color information
#107DB5 (or 0x107DB5) is known color: Cerulean. HEX triplet: 10, 7D and B5. RGB value is (16,125,181). Sum of RGB (Red+Green+Blue) = 16+125+181=322 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.97% from 322); Green value is 125 (49.22% from 255 or 38.82% from 322); Blue value is 181 (71.09% from 255 or 56.21% from 322); Max value from RGB is 181 - color contains mainly: blue. Hex color #107DB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107DB5 is #EF824A. Grayscale: #626262. Windows color (decimal): -15696459 or 11894032. OLE color: 11894032.
HSL color Cylindrical-coordinate representation of color #107DB5: hue angle of 200.36º 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 #107DB5 is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 16 | 125 | 181 | - |
| CMYK | 0.91 | 0.31 | 0 | 0.29 |
| HSL | 200.36º | 0.84% | 0.39% | - |
| HSV(B) | 200.36º | 0.91% | 0.71% | - |
| XYZ | 15.89 | 18.11 | 46.37 | - |
| YUV | 98.79 | 174.39 | 68.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 125 | 181 | 0.91 | 0.31 | 0 | 0.29 | 200.36 | 0.84 | 0.39 |
| Hex | 10 | 7D | B5 | 5B | 1F | 0 | 1D | C8 | 54 | 27 |
| Octal | 20 | 175 | 265 | 133 | 37 | 0 | 35 | 310 | 124 | 47 |
| Binary | 10000 | 1111101 | 10110101 | 1011011 | 11111 | 0 | 11101 | 11001000 | 1010100 | 100111 |
Color Harmonies of #107DB5
Complementary color
Monochromatic Colors of #107DB5
Black with #107DB5
Text Example
Text Example
White with #107DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107DB5; }
p { color: rgb(16,125,181); }
H1.HeaderClassName
{
color: #107DB5;
}
.AnyTagClassName
{
color: #107DB5;
}
</style>
background-color css
<style>
a { background-color: #107DB5; }
a { background-color: rgb(16,125,181); }
div.DivClassName
{
background-color: #107DB5;
}
.BgClassName
{
background-color: #107DB5;
}
</style>
border-color css
<style>
span { border-color: #107DB5; }
span { border-color: rgb(16,125,181); }
td.TdClassName
{
border-color: #107DB5;
}
.TagClassName
{
border-color: #107DB5;
}
</style>