Shades of Cerulean #107AB3
Tints of Cerulean #107AB3
RGB
CMYK
RGB Variations
Color information
#107AB3 (or 0x107AB3) is known color: Cerulean. HEX triplet: 10, 7A and B3. RGB value is (16,122,179). Sum of RGB (Red+Green+Blue) = 16+122+179=317 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.05% from 317); Green value is 122 (48.05% from 255 or 38.49% from 317); Blue value is 179 (70.31% from 255 or 56.47% from 317); Max value from RGB is 179 - color contains mainly: blue. Hex color #107AB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107AB3 is #EF854C. Grayscale: #606060. Windows color (decimal): -15697229 or 11762192. OLE color: 11762192.
HSL color Cylindrical-coordinate representation of color #107AB3: hue angle of 200.98º 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 #107AB3 is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 16 | 122 | 179 | - |
| CMYK | 0.91 | 0.32 | 0 | 0.30 |
| HSL | 200.98º | 0.84% | 0.38% | - |
| HSV(B) | 200.98º | 0.91% | 0.7% | - |
| XYZ | 15.31 | 17.28 | 45.18 | - |
| YUV | 96.8 | 174.38 | 70.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 122 | 179 | 0.91 | 0.32 | 0 | 0.30 | 200.98 | 0.84 | 0.38 |
| Hex | 10 | 7A | B3 | 5B | 20 | 0 | 1E | C9 | 54 | 26 |
| Octal | 20 | 172 | 263 | 133 | 40 | 0 | 36 | 311 | 124 | 46 |
| Binary | 10000 | 1111010 | 10110011 | 1011011 | 100000 | 0 | 11110 | 11001001 | 1010100 | 100110 |
Color Harmonies of #107AB3
Complementary color
Monochromatic Colors of #107AB3
Black with #107AB3
Text Example
Text Example
White with #107AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107AB3; }
p { color: rgb(16,122,179); }
H1.HeaderClassName
{
color: #107AB3;
}
.AnyTagClassName
{
color: #107AB3;
}
</style>
background-color css
<style>
a { background-color: #107AB3; }
a { background-color: rgb(16,122,179); }
div.DivClassName
{
background-color: #107AB3;
}
.BgClassName
{
background-color: #107AB3;
}
</style>
border-color css
<style>
span { border-color: #107AB3; }
span { border-color: rgb(16,122,179); }
td.TdClassName
{
border-color: #107AB3;
}
.TagClassName
{
border-color: #107AB3;
}
</style>