Shades of Medium Blue #1B0ACF
Tints of Medium Blue #1B0ACF
RGB
CMYK
RGB Variations
Color information
#1B0ACF (or 0x1B0ACF) is known color: Medium Blue. HEX triplet: 1B, 0A and CF. RGB value is (27,10,207). Sum of RGB (Red+Green+Blue) = 27+10+207=244 (32% of max value = 765). Red value is 27 (10.94% from 255 or 11.07% from 244); Green value is 10 (4.30% from 255 or 4.10% from 244); Blue value is 207 (81.25% from 255 or 84.84% from 244); Max value from RGB is 207 - color contains mainly: blue. Hex color #1B0ACF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B0ACF is #E4F530. Grayscale: #242424. Windows color (decimal): -15004977 or 13568539. OLE color: 13568539.
HSL color Cylindrical-coordinate representation of color #1B0ACF: hue angle of 245.18º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1B0ACF is Cyan = 0.87, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 27 | 10 | 207 | - |
| CMYK | 0.87 | 0.95 | 0 | 0.19 |
| HSL | 245.18º | 0.91% | 0.43% | - |
| HSV(B) | 245.18º | 0.95% | 0.81% | - |
| XYZ | 11.82 | 4.96 | 59.36 | - |
| YUV | 37.54 | 223.63 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 10 | 207 | 0.87 | 0.95 | 0 | 0.19 | 245.18 | 0.91 | 0.43 |
| Hex | 1B | A | CF | 57 | 5F | 0 | 13 | F5 | 5B | 2B |
| Octal | 33 | 12 | 317 | 127 | 137 | 0 | 23 | 365 | 133 | 53 |
| Binary | 11011 | 1010 | 11001111 | 1010111 | 1011111 | 0 | 10011 | 11110101 | 1011011 | 101011 |
Color Harmonies of #1B0ACF
Complementary color
Monochromatic Colors of #1B0ACF
Black with #1B0ACF
Text Example
Text Example
White with #1B0ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0ACF; }
p { color: rgb(27,10,207); }
H1.HeaderClassName
{
color: #1B0ACF;
}
.AnyTagClassName
{
color: #1B0ACF;
}
</style>
background-color css
<style>
a { background-color: #1B0ACF; }
a { background-color: rgb(27,10,207); }
div.DivClassName
{
background-color: #1B0ACF;
}
.BgClassName
{
background-color: #1B0ACF;
}
</style>
border-color css
<style>
span { border-color: #1B0ACF; }
span { border-color: rgb(27,10,207); }
td.TdClassName
{
border-color: #1B0ACF;
}
.TagClassName
{
border-color: #1B0ACF;
}
</style>