Shades of Cerulean #107BA4
Tints of Cerulean #107BA4
RGB
CMYK
RGB Variations
Color information
#107BA4 (or 0x107BA4) is known color: Cerulean. HEX triplet: 10, 7B and A4. RGB value is (16,123,164). Sum of RGB (Red+Green+Blue) = 16+123+164=303 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.28% from 303); Green value is 123 (48.44% from 255 or 40.59% from 303); Blue value is 164 (64.45% from 255 or 54.13% from 303); Max value from RGB is 164 - color contains mainly: blue. Hex color #107BA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107BA4 is #EF845B. Grayscale: #5F5F5F. Windows color (decimal): -15696988 or 10779408. OLE color: 10779408.
HSL color Cylindrical-coordinate representation of color #107BA4: hue angle of 196.62º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #107BA4 is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 16 | 123 | 164 | - |
| CMYK | 0.90 | 0.25 | 0 | 0.36 |
| HSL | 196.62º | 0.82% | 0.35% | - |
| HSV(B) | 196.62º | 0.9% | 0.64% | - |
| XYZ | 14 | 16.96 | 37.66 | - |
| YUV | 95.68 | 166.55 | 71.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 123 | 164 | 0.90 | 0.25 | 0 | 0.36 | 196.62 | 0.82 | 0.35 |
| Hex | 10 | 7B | A4 | 5A | 19 | 0 | 24 | C5 | 52 | 23 |
| Octal | 20 | 173 | 244 | 132 | 31 | 0 | 44 | 305 | 122 | 43 |
| Binary | 10000 | 1111011 | 10100100 | 1011010 | 11001 | 0 | 100100 | 11000101 | 1010010 | 100011 |
Color Harmonies of #107BA4
Complementary color
Monochromatic Colors of #107BA4
Black with #107BA4
Text Example
Text Example
White with #107BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107BA4; }
p { color: rgb(16,123,164); }
H1.HeaderClassName
{
color: #107BA4;
}
.AnyTagClassName
{
color: #107BA4;
}
</style>
background-color css
<style>
a { background-color: #107BA4; }
a { background-color: rgb(16,123,164); }
div.DivClassName
{
background-color: #107BA4;
}
.BgClassName
{
background-color: #107BA4;
}
</style>
border-color css
<style>
span { border-color: #107BA4; }
span { border-color: rgb(16,123,164); }
td.TdClassName
{
border-color: #107BA4;
}
.TagClassName
{
border-color: #107BA4;
}
</style>