Shades of Persian Blue #1A42BE
Tints of Persian Blue #1A42BE
RGB
CMYK
RGB Variations
Color information
#1A42BE (or 0x1A42BE) is known color: Persian Blue. HEX triplet: 1A, 42 and BE. RGB value is (26,66,190). Sum of RGB (Red+Green+Blue) = 26+66+190=282 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.22% from 282); Green value is 66 (26.17% from 255 or 23.40% from 282); Blue value is 190 (74.61% from 255 or 67.38% from 282); Max value from RGB is 190 - color contains mainly: blue. Hex color #1A42BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A42BE is #E5BD41. Grayscale: #434343. Windows color (decimal): -15056194 or 12468762. OLE color: 12468762.
HSL color Cylindrical-coordinate representation of color #1A42BE: hue angle of 225.37º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A42BE is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 26 | 66 | 190 | - |
| CMYK | 0.86 | 0.65 | 0 | 0.25 |
| HSL | 225.37º | 0.76% | 0.42% | - |
| HSV(B) | 225.37º | 0.86% | 0.75% | - |
| XYZ | 11.67 | 7.83 | 49.61 | - |
| YUV | 68.18 | 196.75 | 97.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 66 | 190 | 0.86 | 0.65 | 0 | 0.25 | 225.37 | 0.76 | 0.42 |
| Hex | 1A | 42 | BE | 56 | 41 | 0 | 19 | E1 | 4C | 2A |
| Octal | 32 | 102 | 276 | 126 | 101 | 0 | 31 | 341 | 114 | 52 |
| Binary | 11010 | 1000010 | 10111110 | 1010110 | 1000001 | 0 | 11001 | 11100001 | 1001100 | 101010 |
Color Harmonies of #1A42BE
Complementary color
Monochromatic Colors of #1A42BE
Black with #1A42BE
Text Example
Text Example
White with #1A42BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A42BE; }
p { color: rgb(26,66,190); }
H1.HeaderClassName
{
color: #1A42BE;
}
.AnyTagClassName
{
color: #1A42BE;
}
</style>
background-color css
<style>
a { background-color: #1A42BE; }
a { background-color: rgb(26,66,190); }
div.DivClassName
{
background-color: #1A42BE;
}
.BgClassName
{
background-color: #1A42BE;
}
</style>
border-color css
<style>
span { border-color: #1A42BE; }
span { border-color: rgb(26,66,190); }
td.TdClassName
{
border-color: #1A42BE;
}
.TagClassName
{
border-color: #1A42BE;
}
</style>