Shades of Persian Blue #1A42AF
Tints of Persian Blue #1A42AF
RGB
CMYK
RGB Variations
Color information
#1A42AF (or 0x1A42AF) is known color: Persian Blue. HEX triplet: 1A, 42 and AF. RGB value is (26,66,175). Sum of RGB (Red+Green+Blue) = 26+66+175=267 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.74% from 267); Green value is 66 (26.17% from 255 or 24.72% from 267); Blue value is 175 (68.75% from 255 or 65.54% from 267); Max value from RGB is 175 - color contains mainly: blue. Hex color #1A42AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A42AF is #E5BD50. Grayscale: #414141. Windows color (decimal): -15056209 or 11485722. OLE color: 11485722.
HSL color Cylindrical-coordinate representation of color #1A42AF: hue angle of 223.89º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A42AF is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 26 | 66 | 175 | - |
| CMYK | 0.85 | 0.62 | 0 | 0.31 |
| HSL | 223.89º | 0.74% | 0.39% | - |
| HSV(B) | 223.89º | 0.85% | 0.69% | - |
| XYZ | 10.11 | 7.21 | 41.42 | - |
| YUV | 66.47 | 189.25 | 99.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 66 | 175 | 0.85 | 0.62 | 0 | 0.31 | 223.89 | 0.74 | 0.39 |
| Hex | 1A | 42 | AF | 55 | 3E | 0 | 1F | E0 | 4A | 27 |
| Octal | 32 | 102 | 257 | 125 | 76 | 0 | 37 | 340 | 112 | 47 |
| Binary | 11010 | 1000010 | 10101111 | 1010101 | 111110 | 0 | 11111 | 11100000 | 1001010 | 100111 |
Color Harmonies of #1A42AF
Complementary color
Monochromatic Colors of #1A42AF
Black with #1A42AF
Text Example
Text Example
White with #1A42AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A42AF; }
p { color: rgb(26,66,175); }
H1.HeaderClassName
{
color: #1A42AF;
}
.AnyTagClassName
{
color: #1A42AF;
}
</style>
background-color css
<style>
a { background-color: #1A42AF; }
a { background-color: rgb(26,66,175); }
div.DivClassName
{
background-color: #1A42AF;
}
.BgClassName
{
background-color: #1A42AF;
}
</style>
border-color css
<style>
span { border-color: #1A42AF; }
span { border-color: rgb(26,66,175); }
td.TdClassName
{
border-color: #1A42AF;
}
.TagClassName
{
border-color: #1A42AF;
}
</style>