Shades of Persian Blue #1A42BA
Tints of Persian Blue #1A42BA
RGB
CMYK
RGB Variations
Color information
#1A42BA (or 0x1A42BA) is known color: Persian Blue. HEX triplet: 1A, 42 and BA. RGB value is (26,66,186). Sum of RGB (Red+Green+Blue) = 26+66+186=278 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.35% from 278); Green value is 66 (26.17% from 255 or 23.74% from 278); Blue value is 186 (73.05% from 255 or 66.91% from 278); Max value from RGB is 186 - color contains mainly: blue. Hex color #1A42BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A42BA is #E5BD45. Grayscale: #434343. Windows color (decimal): -15056198 or 12206618. OLE color: 12206618.
HSL color Cylindrical-coordinate representation of color #1A42BA: hue angle of 225º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A42BA is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 66 | 186 | - |
| CMYK | 0.86 | 0.65 | 0 | 0.27 |
| HSL | 225º | 0.75% | 0.42% | - |
| HSV(B) | 225º | 0.86% | 0.73% | - |
| XYZ | 11.24 | 7.66 | 47.34 | - |
| YUV | 67.72 | 194.75 | 98.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 66 | 186 | 0.86 | 0.65 | 0 | 0.27 | 225 | 0.75 | 0.42 |
| Hex | 1A | 42 | BA | 56 | 41 | 0 | 1B | E1 | 4B | 2A |
| Octal | 32 | 102 | 272 | 126 | 101 | 0 | 33 | 341 | 113 | 52 |
| Binary | 11010 | 1000010 | 10111010 | 1010110 | 1000001 | 0 | 11011 | 11100001 | 1001011 | 101010 |
Color Harmonies of #1A42BA
Complementary color
Monochromatic Colors of #1A42BA
Black with #1A42BA
Text Example
Text Example
White with #1A42BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A42BA; }
p { color: rgb(26,66,186); }
H1.HeaderClassName
{
color: #1A42BA;
}
.AnyTagClassName
{
color: #1A42BA;
}
</style>
background-color css
<style>
a { background-color: #1A42BA; }
a { background-color: rgb(26,66,186); }
div.DivClassName
{
background-color: #1A42BA;
}
.BgClassName
{
background-color: #1A42BA;
}
</style>
border-color css
<style>
span { border-color: #1A42BA; }
span { border-color: rgb(26,66,186); }
td.TdClassName
{
border-color: #1A42BA;
}
.TagClassName
{
border-color: #1A42BA;
}
</style>