Shades of Cerulean #107CAF
Tints of Cerulean #107CAF
RGB
CMYK
RGB Variations
Color information
#107CAF (or 0x107CAF) is known color: Cerulean. HEX triplet: 10, 7C and AF. RGB value is (16,124,175). Sum of RGB (Red+Green+Blue) = 16+124+175=315 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.08% from 315); Green value is 124 (48.83% from 255 or 39.37% from 315); Blue value is 175 (68.75% from 255 or 55.56% from 315); Max value from RGB is 175 - color contains mainly: blue. Hex color #107CAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107CAF is #EF8350. Grayscale: #616161. Windows color (decimal): -15696721 or 11500560. OLE color: 11500560.
HSL color Cylindrical-coordinate representation of color #107CAF: hue angle of 199.25º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #107CAF is Cyan = 0.91, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 124 | 175 | - |
| CMYK | 0.91 | 0.29 | 0 | 0.31 |
| HSL | 199.25º | 0.83% | 0.37% | - |
| HSV(B) | 199.25º | 0.91% | 0.69% | - |
| XYZ | 15.16 | 17.62 | 43.16 | - |
| YUV | 97.52 | 171.72 | 69.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 124 | 175 | 0.91 | 0.29 | 0 | 0.31 | 199.25 | 0.83 | 0.37 |
| Hex | 10 | 7C | AF | 5B | 1D | 0 | 1F | C7 | 53 | 25 |
| Octal | 20 | 174 | 257 | 133 | 35 | 0 | 37 | 307 | 123 | 45 |
| Binary | 10000 | 1111100 | 10101111 | 1011011 | 11101 | 0 | 11111 | 11000111 | 1010011 | 100101 |
Color Harmonies of #107CAF
Complementary color
Monochromatic Colors of #107CAF
Black with #107CAF
Text Example
Text Example
White with #107CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107CAF; }
p { color: rgb(16,124,175); }
H1.HeaderClassName
{
color: #107CAF;
}
.AnyTagClassName
{
color: #107CAF;
}
</style>
background-color css
<style>
a { background-color: #107CAF; }
a { background-color: rgb(16,124,175); }
div.DivClassName
{
background-color: #107CAF;
}
.BgClassName
{
background-color: #107CAF;
}
</style>
border-color css
<style>
span { border-color: #107CAF; }
span { border-color: rgb(16,124,175); }
td.TdClassName
{
border-color: #107CAF;
}
.TagClassName
{
border-color: #107CAF;
}
</style>