Shades of Persian Blue #1A2ADE
Tints of Persian Blue #1A2ADE
RGB
CMYK
RGB Variations
Color information
#1A2ADE (or 0x1A2ADE) is known color: Persian Blue. HEX triplet: 1A, 2A and DE. RGB value is (26,42,222). Sum of RGB (Red+Green+Blue) = 26+42+222=290 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.97% from 290); Green value is 42 (16.80% from 255 or 14.48% from 290); Blue value is 222 (87.11% from 255 or 76.55% from 290); Max value from RGB is 222 - color contains mainly: blue. Hex color #1A2ADE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A2ADE is #E5D521. Grayscale: #393939. Windows color (decimal): -15062306 or 14559770. OLE color: 14559770.
HSL color Cylindrical-coordinate representation of color #1A2ADE: hue angle of 235.1º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A2ADE is Cyan = 0.88, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 42 | 222 | - |
| CMYK | 0.88 | 0.81 | 0 | 0.13 |
| HSL | 235.1º | 0.79% | 0.49% | - |
| HSV(B) | 235.1º | 0.88% | 0.87% | - |
| XYZ | 14.44 | 7.15 | 69.73 | - |
| YUV | 57.74 | 220.7 | 105.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 42 | 222 | 0.88 | 0.81 | 0 | 0.13 | 235.1 | 0.79 | 0.49 |
| Hex | 1A | 2A | DE | 58 | 51 | 0 | D | EB | 4F | 31 |
| Octal | 32 | 52 | 336 | 130 | 121 | 0 | 15 | 353 | 117 | 61 |
| Binary | 11010 | 101010 | 11011110 | 1011000 | 1010001 | 0 | 1101 | 11101011 | 1001111 | 110001 |
Color Harmonies of #1A2ADE
Complementary color
Monochromatic Colors of #1A2ADE
Black with #1A2ADE
Text Example
Text Example
White with #1A2ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2ADE; }
p { color: rgb(26,42,222); }
H1.HeaderClassName
{
color: #1A2ADE;
}
.AnyTagClassName
{
color: #1A2ADE;
}
</style>
background-color css
<style>
a { background-color: #1A2ADE; }
a { background-color: rgb(26,42,222); }
div.DivClassName
{
background-color: #1A2ADE;
}
.BgClassName
{
background-color: #1A2ADE;
}
</style>
border-color css
<style>
span { border-color: #1A2ADE; }
span { border-color: rgb(26,42,222); }
td.TdClassName
{
border-color: #1A2ADE;
}
.TagClassName
{
border-color: #1A2ADE;
}
</style>