Shades of Medium Blue #1A0CBD
Tints of Medium Blue #1A0CBD
RGB
CMYK
RGB Variations
Color information
#1A0CBD (or 0x1A0CBD) is known color: Medium Blue. HEX triplet: 1A, 0C and BD. RGB value is (26,12,189). Sum of RGB (Red+Green+Blue) = 26+12+189=227 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.45% from 227); Green value is 12 (5.08% from 255 or 5.29% from 227); Blue value is 189 (74.22% from 255 or 83.26% from 227); Max value from RGB is 189 - color contains mainly: blue. Hex color #1A0CBD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A0CBD is #E5F342. Grayscale: #232323. Windows color (decimal): -15070019 or 12389402. OLE color: 12389402.
HSL color Cylindrical-coordinate representation of color #1A0CBD: hue angle of 244.75º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1A0CBD is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 26 | 12 | 189 | - |
| CMYK | 0.86 | 0.94 | 0 | 0.26 |
| HSL | 244.75º | 0.88% | 0.39% | - |
| HSV(B) | 244.75º | 0.94% | 0.74% | - |
| XYZ | 9.74 | 4.16 | 48.43 | - |
| YUV | 36.36 | 214.14 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 12 | 189 | 0.86 | 0.94 | 0 | 0.26 | 244.75 | 0.88 | 0.39 |
| Hex | 1A | C | BD | 56 | 5E | 0 | 1A | F5 | 58 | 27 |
| Octal | 32 | 14 | 275 | 126 | 136 | 0 | 32 | 365 | 130 | 47 |
| Binary | 11010 | 1100 | 10111101 | 1010110 | 1011110 | 0 | 11010 | 11110101 | 1011000 | 100111 |
Color Harmonies of #1A0CBD
Complementary color
Monochromatic Colors of #1A0CBD
Black with #1A0CBD
Text Example
Text Example
White with #1A0CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0CBD; }
p { color: rgb(26,12,189); }
H1.HeaderClassName
{
color: #1A0CBD;
}
.AnyTagClassName
{
color: #1A0CBD;
}
</style>
background-color css
<style>
a { background-color: #1A0CBD; }
a { background-color: rgb(26,12,189); }
div.DivClassName
{
background-color: #1A0CBD;
}
.BgClassName
{
background-color: #1A0CBD;
}
</style>
border-color css
<style>
span { border-color: #1A0CBD; }
span { border-color: rgb(26,12,189); }
td.TdClassName
{
border-color: #1A0CBD;
}
.TagClassName
{
border-color: #1A0CBD;
}
</style>