Shades of Cerulean #107BBA
Tints of Cerulean #107BBA
RGB
CMYK
RGB Variations
Color information
#107BBA (or 0x107BBA) is known color: Cerulean. HEX triplet: 10, 7B and BA. RGB value is (16,123,186). Sum of RGB (Red+Green+Blue) = 16+123+186=325 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.92% from 325); Green value is 123 (48.44% from 255 or 37.85% from 325); Blue value is 186 (73.05% from 255 or 57.23% from 325); Max value from RGB is 186 - color contains mainly: blue. Hex color #107BBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107BBA is #EF8445. Grayscale: #616161. Windows color (decimal): -15696966 or 12221200. OLE color: 12221200.
HSL color Cylindrical-coordinate representation of color #107BBA: hue angle of 202.24º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #107BBA is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 123 | 186 | - |
| CMYK | 0.91 | 0.34 | 0 | 0.27 |
| HSL | 202.24º | 0.84% | 0.4% | - |
| HSV(B) | 202.24º | 0.91% | 0.73% | - |
| XYZ | 16.16 | 17.82 | 49.04 | - |
| YUV | 98.19 | 177.55 | 69.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 123 | 186 | 0.91 | 0.34 | 0 | 0.27 | 202.24 | 0.84 | 0.4 |
| Hex | 10 | 7B | BA | 5B | 22 | 0 | 1B | CA | 54 | 28 |
| Octal | 20 | 173 | 272 | 133 | 42 | 0 | 33 | 312 | 124 | 50 |
| Binary | 10000 | 1111011 | 10111010 | 1011011 | 100010 | 0 | 11011 | 11001010 | 1010100 | 101000 |
Color Harmonies of #107BBA
Complementary color
Monochromatic Colors of #107BBA
Black with #107BBA
Text Example
Text Example
White with #107BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107BBA; }
p { color: rgb(16,123,186); }
H1.HeaderClassName
{
color: #107BBA;
}
.AnyTagClassName
{
color: #107BBA;
}
</style>
background-color css
<style>
a { background-color: #107BBA; }
a { background-color: rgb(16,123,186); }
div.DivClassName
{
background-color: #107BBA;
}
.BgClassName
{
background-color: #107BBA;
}
</style>
border-color css
<style>
span { border-color: #107BBA; }
span { border-color: rgb(16,123,186); }
td.TdClassName
{
border-color: #107BBA;
}
.TagClassName
{
border-color: #107BBA;
}
</style>