Shades of Medium Blue #1B0AC8
Tints of Medium Blue #1B0AC8
RGB
CMYK
RGB Variations
Color information
#1B0AC8 (or 0x1B0AC8) is known color: Medium Blue. HEX triplet: 1B, 0A and C8. RGB value is (27,10,200). Sum of RGB (Red+Green+Blue) = 27+10+200=237 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.39% from 237); Green value is 10 (4.30% from 255 or 4.22% from 237); Blue value is 200 (78.52% from 255 or 84.39% from 237); Max value from RGB is 200 - color contains mainly: blue. Hex color #1B0AC8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B0AC8 is #E4F537. Grayscale: #242424. Windows color (decimal): -15004984 or 13109787. OLE color: 13109787.
HSL color Cylindrical-coordinate representation of color #1B0AC8: hue angle of 245.37º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1B0AC8 is Cyan = 0.86, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 27 | 10 | 200 | - |
| CMYK | 0.86 | 0.95 | 0 | 0.22 |
| HSL | 245.37º | 0.9% | 0.41% | - |
| HSV(B) | 245.37º | 0.95% | 0.78% | - |
| XYZ | 10.99 | 4.62 | 54.96 | - |
| YUV | 36.74 | 220.13 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 10 | 200 | 0.86 | 0.95 | 0 | 0.22 | 245.37 | 0.9 | 0.41 |
| Hex | 1B | A | C8 | 56 | 5F | 0 | 16 | F5 | 5A | 29 |
| Octal | 33 | 12 | 310 | 126 | 137 | 0 | 26 | 365 | 132 | 51 |
| Binary | 11011 | 1010 | 11001000 | 1010110 | 1011111 | 0 | 10110 | 11110101 | 1011010 | 101001 |
Color Harmonies of #1B0AC8
Complementary color
Monochromatic Colors of #1B0AC8
Black with #1B0AC8
Text Example
Text Example
White with #1B0AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0AC8; }
p { color: rgb(27,10,200); }
H1.HeaderClassName
{
color: #1B0AC8;
}
.AnyTagClassName
{
color: #1B0AC8;
}
</style>
background-color css
<style>
a { background-color: #1B0AC8; }
a { background-color: rgb(27,10,200); }
div.DivClassName
{
background-color: #1B0AC8;
}
.BgClassName
{
background-color: #1B0AC8;
}
</style>
border-color css
<style>
span { border-color: #1B0AC8; }
span { border-color: rgb(27,10,200); }
td.TdClassName
{
border-color: #1B0AC8;
}
.TagClassName
{
border-color: #1B0AC8;
}
</style>