Shades of Persian Blue #1A2FBE
Tints of Persian Blue #1A2FBE
RGB
CMYK
RGB Variations
Color information
#1A2FBE (or 0x1A2FBE) is known color: Persian Blue. HEX triplet: 1A, 2F and BE. RGB value is (26,47,190). Sum of RGB (Red+Green+Blue) = 26+47+190=263 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.89% from 263); Green value is 47 (18.75% from 255 or 17.87% from 263); Blue value is 190 (74.61% from 255 or 72.24% from 263); Max value from RGB is 190 - color contains mainly: blue. Hex color #1A2FBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A2FBE is #E5D041. Grayscale: #383838. Windows color (decimal): -15061058 or 12463898. OLE color: 12463898.
HSL color Cylindrical-coordinate representation of color #1A2FBE: hue angle of 232.32º 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 #1A2FBE is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 26 | 47 | 190 | - |
| CMYK | 0.86 | 0.75 | 0 | 0.25 |
| HSL | 232.32º | 0.76% | 0.42% | - |
| HSV(B) | 232.32º | 0.86% | 0.75% | - |
| XYZ | 10.74 | 5.97 | 49.3 | - |
| YUV | 57.02 | 203.04 | 105.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 47 | 190 | 0.86 | 0.75 | 0 | 0.25 | 232.32 | 0.76 | 0.42 |
| Hex | 1A | 2F | BE | 56 | 4B | 0 | 19 | E8 | 4C | 2A |
| Octal | 32 | 57 | 276 | 126 | 113 | 0 | 31 | 350 | 114 | 52 |
| Binary | 11010 | 101111 | 10111110 | 1010110 | 1001011 | 0 | 11001 | 11101000 | 1001100 | 101010 |
Color Harmonies of #1A2FBE
Complementary color
Monochromatic Colors of #1A2FBE
Black with #1A2FBE
Text Example
Text Example
White with #1A2FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2FBE; }
p { color: rgb(26,47,190); }
H1.HeaderClassName
{
color: #1A2FBE;
}
.AnyTagClassName
{
color: #1A2FBE;
}
</style>
background-color css
<style>
a { background-color: #1A2FBE; }
a { background-color: rgb(26,47,190); }
div.DivClassName
{
background-color: #1A2FBE;
}
.BgClassName
{
background-color: #1A2FBE;
}
</style>
border-color css
<style>
span { border-color: #1A2FBE; }
span { border-color: rgb(26,47,190); }
td.TdClassName
{
border-color: #1A2FBE;
}
.TagClassName
{
border-color: #1A2FBE;
}
</style>