Shades of Medium Blue #121ACF
Tints of Medium Blue #121ACF
RGB
CMYK
RGB Variations
Color information
#121ACF (or 0x121ACF) is known color: Medium Blue. HEX triplet: 12, 1A and CF. RGB value is (18,26,207). Sum of RGB (Red+Green+Blue) = 18+26+207=251 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.17% from 251); Green value is 26 (10.55% from 255 or 10.36% from 251); Blue value is 207 (81.25% from 255 or 82.47% from 251); Max value from RGB is 207 - color contains mainly: blue. Hex color #121ACF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121ACF is #EDE530. Grayscale: #2B2B2B. Windows color (decimal): -15590705 or 13572626. OLE color: 13572626.
HSL color Cylindrical-coordinate representation of color #121ACF: hue angle of 237.46º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #121ACF is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 26 | 207 | - |
| CMYK | 0.91 | 0.87 | 0 | 0.19 |
| HSL | 237.46º | 0.84% | 0.44% | - |
| HSV(B) | 237.46º | 0.91% | 0.81% | - |
| XYZ | 11.88 | 5.37 | 59.44 | - |
| YUV | 44.24 | 219.85 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 26 | 207 | 0.91 | 0.87 | 0 | 0.19 | 237.46 | 0.84 | 0.44 |
| Hex | 12 | 1A | CF | 5B | 57 | 0 | 13 | ED | 54 | 2C |
| Octal | 22 | 32 | 317 | 133 | 127 | 0 | 23 | 355 | 124 | 54 |
| Binary | 10010 | 11010 | 11001111 | 1011011 | 1010111 | 0 | 10011 | 11101101 | 1010100 | 101100 |
Color Harmonies of #121ACF
Complementary color
Monochromatic Colors of #121ACF
Black with #121ACF
Text Example
Text Example
White with #121ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121ACF; }
p { color: rgb(18,26,207); }
H1.HeaderClassName
{
color: #121ACF;
}
.AnyTagClassName
{
color: #121ACF;
}
</style>
background-color css
<style>
a { background-color: #121ACF; }
a { background-color: rgb(18,26,207); }
div.DivClassName
{
background-color: #121ACF;
}
.BgClassName
{
background-color: #121ACF;
}
</style>
border-color css
<style>
span { border-color: #121ACF; }
span { border-color: rgb(18,26,207); }
td.TdClassName
{
border-color: #121ACF;
}
.TagClassName
{
border-color: #121ACF;
}
</style>