Shades of Persian Blue #1A42BB
Tints of Persian Blue #1A42BB
RGB
CMYK
RGB Variations
Color information
#1A42BB (or 0x1A42BB) is known color: Persian Blue. HEX triplet: 1A, 42 and BB. RGB value is (26,66,187). Sum of RGB (Red+Green+Blue) = 26+66+187=279 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.32% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 187 (73.44% from 255 or 67.03% from 279); Max value from RGB is 187 - color contains mainly: blue. Hex color #1A42BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A42BB is #E5BD44. Grayscale: #434343. Windows color (decimal): -15056197 or 12272154. OLE color: 12272154.
HSL color Cylindrical-coordinate representation of color #1A42BB: hue angle of 225.09º degrees, saturation: 0.76, 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 #1A42BB is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 66 | 187 | - |
| CMYK | 0.86 | 0.65 | 0 | 0.27 |
| HSL | 225.09º | 0.76% | 0.42% | - |
| HSV(B) | 225.09º | 0.86% | 0.73% | - |
| XYZ | 11.34 | 7.7 | 47.9 | - |
| YUV | 67.83 | 195.25 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 66 | 187 | 0.86 | 0.65 | 0 | 0.27 | 225.09 | 0.76 | 0.42 |
| Hex | 1A | 42 | BB | 56 | 41 | 0 | 1B | E1 | 4C | 2A |
| Octal | 32 | 102 | 273 | 126 | 101 | 0 | 33 | 341 | 114 | 52 |
| Binary | 11010 | 1000010 | 10111011 | 1010110 | 1000001 | 0 | 11011 | 11100001 | 1001100 | 101010 |
Color Harmonies of #1A42BB
Complementary color
Monochromatic Colors of #1A42BB
Black with #1A42BB
Text Example
Text Example
White with #1A42BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A42BB; }
p { color: rgb(26,66,187); }
H1.HeaderClassName
{
color: #1A42BB;
}
.AnyTagClassName
{
color: #1A42BB;
}
</style>
background-color css
<style>
a { background-color: #1A42BB; }
a { background-color: rgb(26,66,187); }
div.DivClassName
{
background-color: #1A42BB;
}
.BgClassName
{
background-color: #1A42BB;
}
</style>
border-color css
<style>
span { border-color: #1A42BB; }
span { border-color: rgb(26,66,187); }
td.TdClassName
{
border-color: #1A42BB;
}
.TagClassName
{
border-color: #1A42BB;
}
</style>