Shades of Cerulean #107FB4
Tints of Cerulean #107FB4
RGB
CMYK
RGB Variations
Color information
#107FB4 (or 0x107FB4) is known color: Cerulean. HEX triplet: 10, 7F and B4. RGB value is (16,127,180). Sum of RGB (Red+Green+Blue) = 16+127+180=323 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.95% from 323); Green value is 127 (50% from 255 or 39.32% from 323); Blue value is 180 (70.70% from 255 or 55.73% from 323); Max value from RGB is 180 - color contains mainly: blue. Hex color #107FB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107FB4 is #EF804B. Grayscale: #636363. Windows color (decimal): -15695948 or 11829008. OLE color: 11829008.
HSL color Cylindrical-coordinate representation of color #107FB4: hue angle of 199.39º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #107FB4 is Cyan = 0.91, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 16 | 127 | 180 | - |
| CMYK | 0.91 | 0.29 | 0 | 0.29 |
| HSL | 199.39º | 0.84% | 0.38% | - |
| HSV(B) | 199.39º | 0.91% | 0.71% | - |
| XYZ | 16.04 | 18.58 | 45.92 | - |
| YUV | 99.85 | 173.23 | 68.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 127 | 180 | 0.91 | 0.29 | 0 | 0.29 | 199.39 | 0.84 | 0.38 |
| Hex | 10 | 7F | B4 | 5B | 1D | 0 | 1D | C7 | 54 | 26 |
| Octal | 20 | 177 | 264 | 133 | 35 | 0 | 35 | 307 | 124 | 46 |
| Binary | 10000 | 1111111 | 10110100 | 1011011 | 11101 | 0 | 11101 | 11000111 | 1010100 | 100110 |
Color Harmonies of #107FB4
Complementary color
Monochromatic Colors of #107FB4
Black with #107FB4
Text Example
Text Example
White with #107FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107FB4; }
p { color: rgb(16,127,180); }
H1.HeaderClassName
{
color: #107FB4;
}
.AnyTagClassName
{
color: #107FB4;
}
</style>
background-color css
<style>
a { background-color: #107FB4; }
a { background-color: rgb(16,127,180); }
div.DivClassName
{
background-color: #107FB4;
}
.BgClassName
{
background-color: #107FB4;
}
</style>
border-color css
<style>
span { border-color: #107FB4; }
span { border-color: rgb(16,127,180); }
td.TdClassName
{
border-color: #107FB4;
}
.TagClassName
{
border-color: #107FB4;
}
</style>