Shades of Medium Blue #1A1ACE
Tints of Medium Blue #1A1ACE
RGB
CMYK
RGB Variations
Color information
#1A1ACE (or 0x1A1ACE) is known color: Medium Blue. HEX triplet: 1A, 1A and CE. RGB value is (26,26,206). Sum of RGB (Red+Green+Blue) = 26+26+206=258 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10.08% from 258); Green value is 26 (10.55% from 255 or 10.08% from 258); Blue value is 206 (80.86% from 255 or 79.84% from 258); Max value from RGB is 206 - color contains mainly: blue. Hex color #1A1ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A1ACE is #E5E531. Grayscale: #2D2D2D. Windows color (decimal): -15066418 or 13507098. OLE color: 13507098.
HSL color Cylindrical-coordinate representation of color #1A1ACE: hue angle of 240º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A1ACE is Cyan = 0.87, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 26 | 26 | 206 | - |
| CMYK | 0.87 | 0.87 | 0 | 0.19 |
| HSL | 240º | 0.78% | 0.45% | - |
| HSV(B) | 240º | 0.87% | 0.81% | - |
| XYZ | 11.94 | 5.41 | 58.81 | - |
| YUV | 46.52 | 218 | 113.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 26 | 206 | 0.87 | 0.87 | 0 | 0.19 | 240 | 0.78 | 0.45 |
| Hex | 1A | 1A | CE | 57 | 57 | 0 | 13 | F0 | 4E | 2D |
| Octal | 32 | 32 | 316 | 127 | 127 | 0 | 23 | 360 | 116 | 55 |
| Binary | 11010 | 11010 | 11001110 | 1010111 | 1010111 | 0 | 10011 | 11110000 | 1001110 | 101101 |
Color Harmonies of #1A1ACE
Complementary color
Monochromatic Colors of #1A1ACE
Black with #1A1ACE
Text Example
Text Example
White with #1A1ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1ACE; }
p { color: rgb(26,26,206); }
H1.HeaderClassName
{
color: #1A1ACE;
}
.AnyTagClassName
{
color: #1A1ACE;
}
</style>
background-color css
<style>
a { background-color: #1A1ACE; }
a { background-color: rgb(26,26,206); }
div.DivClassName
{
background-color: #1A1ACE;
}
.BgClassName
{
background-color: #1A1ACE;
}
</style>
border-color css
<style>
span { border-color: #1A1ACE; }
span { border-color: rgb(26,26,206); }
td.TdClassName
{
border-color: #1A1ACE;
}
.TagClassName
{
border-color: #1A1ACE;
}
</style>