Shades of Persian Blue #1A2FB7
Tints of Persian Blue #1A2FB7
RGB
CMYK
RGB Variations
Color information
#1A2FB7 (or 0x1A2FB7) is known color: Persian Blue. HEX triplet: 1A, 2F and B7. RGB value is (26,47,183). Sum of RGB (Red+Green+Blue) = 26+47+183=256 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.16% from 256); Green value is 47 (18.75% from 255 or 18.36% from 256); Blue value is 183 (71.88% from 255 or 71.48% from 256); Max value from RGB is 183 - color contains mainly: blue. Hex color #1A2FB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A2FB7 is #E5D048. Grayscale: #373737. Windows color (decimal): -15061065 or 12005146. OLE color: 12005146.
HSL color Cylindrical-coordinate representation of color #1A2FB7: hue angle of 231.97º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A2FB7 is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 26 | 47 | 183 | - |
| CMYK | 0.86 | 0.74 | 0 | 0.28 |
| HSL | 231.97º | 0.75% | 0.41% | - |
| HSV(B) | 231.97º | 0.86% | 0.72% | - |
| XYZ | 9.99 | 5.67 | 45.37 | - |
| YUV | 56.23 | 199.54 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 47 | 183 | 0.86 | 0.74 | 0 | 0.28 | 231.97 | 0.75 | 0.41 |
| Hex | 1A | 2F | B7 | 56 | 4A | 0 | 1C | E8 | 4B | 29 |
| Octal | 32 | 57 | 267 | 126 | 112 | 0 | 34 | 350 | 113 | 51 |
| Binary | 11010 | 101111 | 10110111 | 1010110 | 1001010 | 0 | 11100 | 11101000 | 1001011 | 101001 |
Color Harmonies of #1A2FB7
Complementary color
Monochromatic Colors of #1A2FB7
Black with #1A2FB7
Text Example
Text Example
White with #1A2FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2FB7; }
p { color: rgb(26,47,183); }
H1.HeaderClassName
{
color: #1A2FB7;
}
.AnyTagClassName
{
color: #1A2FB7;
}
</style>
background-color css
<style>
a { background-color: #1A2FB7; }
a { background-color: rgb(26,47,183); }
div.DivClassName
{
background-color: #1A2FB7;
}
.BgClassName
{
background-color: #1A2FB7;
}
</style>
border-color css
<style>
span { border-color: #1A2FB7; }
span { border-color: rgb(26,47,183); }
td.TdClassName
{
border-color: #1A2FB7;
}
.TagClassName
{
border-color: #1A2FB7;
}
</style>