Shades of Persian Blue #1A21DB
Tints of Persian Blue #1A21DB
RGB
CMYK
RGB Variations
Color information
#1A21DB (or 0x1A21DB) is known color: Persian Blue. HEX triplet: 1A, 21 and DB. RGB value is (26,33,219). Sum of RGB (Red+Green+Blue) = 26+33+219=278 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.35% from 278); Green value is 33 (13.28% from 255 or 11.87% from 278); Blue value is 219 (85.94% from 255 or 78.78% from 278); Max value from RGB is 219 - color contains mainly: blue. Hex color #1A21DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A21DB is #E5DE24. Grayscale: #333333. Windows color (decimal): -15064613 or 14360858. OLE color: 14360858.
HSL color Cylindrical-coordinate representation of color #1A21DB: hue angle of 237.82º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A21DB is Cyan = 0.88, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 33 | 219 | - |
| CMYK | 0.88 | 0.85 | 0 | 0.14 |
| HSL | 237.82º | 0.79% | 0.48% | - |
| HSV(B) | 237.82º | 0.88% | 0.86% | - |
| XYZ | 13.76 | 6.42 | 67.53 | - |
| YUV | 52.11 | 222.18 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 33 | 219 | 0.88 | 0.85 | 0 | 0.14 | 237.82 | 0.79 | 0.48 |
| Hex | 1A | 21 | DB | 58 | 55 | 0 | E | EE | 4F | 30 |
| Octal | 32 | 41 | 333 | 130 | 125 | 0 | 16 | 356 | 117 | 60 |
| Binary | 11010 | 100001 | 11011011 | 1011000 | 1010101 | 0 | 1110 | 11101110 | 1001111 | 110000 |
Color Harmonies of #1A21DB
Complementary color
Monochromatic Colors of #1A21DB
Black with #1A21DB
Text Example
Text Example
White with #1A21DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A21DB; }
p { color: rgb(26,33,219); }
H1.HeaderClassName
{
color: #1A21DB;
}
.AnyTagClassName
{
color: #1A21DB;
}
</style>
background-color css
<style>
a { background-color: #1A21DB; }
a { background-color: rgb(26,33,219); }
div.DivClassName
{
background-color: #1A21DB;
}
.BgClassName
{
background-color: #1A21DB;
}
</style>
border-color css
<style>
span { border-color: #1A21DB; }
span { border-color: rgb(26,33,219); }
td.TdClassName
{
border-color: #1A21DB;
}
.TagClassName
{
border-color: #1A21DB;
}
</style>