Shades of Cerulean #107DB3
Tints of Cerulean #107DB3
RGB
CMYK
RGB Variations
Color information
#107DB3 (or 0x107DB3) is known color: Cerulean. HEX triplet: 10, 7D and B3. RGB value is (16,125,179). Sum of RGB (Red+Green+Blue) = 16+125+179=320 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5% from 320); Green value is 125 (49.22% from 255 or 39.06% from 320); Blue value is 179 (70.31% from 255 or 55.94% from 320); Max value from RGB is 179 - color contains mainly: blue. Hex color #107DB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107DB3 is #EF824C. Grayscale: #626262. Windows color (decimal): -15696461 or 11762960. OLE color: 11762960.
HSL color Cylindrical-coordinate representation of color #107DB3: hue angle of 199.88º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #107DB3 is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 16 | 125 | 179 | - |
| CMYK | 0.91 | 0.30 | 0 | 0.30 |
| HSL | 199.88º | 0.84% | 0.38% | - |
| HSV(B) | 199.88º | 0.91% | 0.7% | - |
| XYZ | 15.68 | 18.03 | 45.3 | - |
| YUV | 98.57 | 173.39 | 69.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 125 | 179 | 0.91 | 0.30 | 0 | 0.30 | 199.88 | 0.84 | 0.38 |
| Hex | 10 | 7D | B3 | 5B | 1E | 0 | 1E | C8 | 54 | 26 |
| Octal | 20 | 175 | 263 | 133 | 36 | 0 | 36 | 310 | 124 | 46 |
| Binary | 10000 | 1111101 | 10110011 | 1011011 | 11110 | 0 | 11110 | 11001000 | 1010100 | 100110 |
Color Harmonies of #107DB3
Complementary color
Monochromatic Colors of #107DB3
Black with #107DB3
Text Example
Text Example
White with #107DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107DB3; }
p { color: rgb(16,125,179); }
H1.HeaderClassName
{
color: #107DB3;
}
.AnyTagClassName
{
color: #107DB3;
}
</style>
background-color css
<style>
a { background-color: #107DB3; }
a { background-color: rgb(16,125,179); }
div.DivClassName
{
background-color: #107DB3;
}
.BgClassName
{
background-color: #107DB3;
}
</style>
border-color css
<style>
span { border-color: #107DB3; }
span { border-color: rgb(16,125,179); }
td.TdClassName
{
border-color: #107DB3;
}
.TagClassName
{
border-color: #107DB3;
}
</style>