Shades of Cerulean #107BBD
Tints of Cerulean #107BBD
RGB
CMYK
RGB Variations
Color information
#107BBD (or 0x107BBD) is known color: Cerulean. HEX triplet: 10, 7B and BD. RGB value is (16,123,189). Sum of RGB (Red+Green+Blue) = 16+123+189=328 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.88% from 328); Green value is 123 (48.44% from 255 or 37.5% from 328); Blue value is 189 (74.22% from 255 or 57.62% from 328); Max value from RGB is 189 - color contains mainly: blue. Hex color #107BBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107BBD is #EF8442. Grayscale: #626262. Windows color (decimal): -15696963 or 12417808. OLE color: 12417808.
HSL color Cylindrical-coordinate representation of color #107BBD: hue angle of 202.89º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #107BBD is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 123 | 189 | - |
| CMYK | 0.92 | 0.35 | 0 | 0.26 |
| HSL | 202.89º | 0.84% | 0.4% | - |
| HSV(B) | 202.89º | 0.92% | 0.74% | - |
| XYZ | 16.48 | 17.95 | 50.74 | - |
| YUV | 98.53 | 179.05 | 69.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 123 | 189 | 0.92 | 0.35 | 0 | 0.26 | 202.89 | 0.84 | 0.4 |
| Hex | 10 | 7B | BD | 5C | 23 | 0 | 1A | CB | 54 | 28 |
| Octal | 20 | 173 | 275 | 134 | 43 | 0 | 32 | 313 | 124 | 50 |
| Binary | 10000 | 1111011 | 10111101 | 1011100 | 100011 | 0 | 11010 | 11001011 | 1010100 | 101000 |
Color Harmonies of #107BBD
Complementary color
Monochromatic Colors of #107BBD
Black with #107BBD
Text Example
Text Example
White with #107BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107BBD; }
p { color: rgb(16,123,189); }
H1.HeaderClassName
{
color: #107BBD;
}
.AnyTagClassName
{
color: #107BBD;
}
</style>
background-color css
<style>
a { background-color: #107BBD; }
a { background-color: rgb(16,123,189); }
div.DivClassName
{
background-color: #107BBD;
}
.BgClassName
{
background-color: #107BBD;
}
</style>
border-color css
<style>
span { border-color: #107BBD; }
span { border-color: rgb(16,123,189); }
td.TdClassName
{
border-color: #107BBD;
}
.TagClassName
{
border-color: #107BBD;
}
</style>