Shades of Persian Blue #1A2FEB
Tints of Persian Blue #1A2FEB
RGB
CMYK
RGB Variations
Color information
#1A2FEB (or 0x1A2FEB) is known color: Persian Blue. HEX triplet: 1A, 2F and EB. RGB value is (26,47,235). Sum of RGB (Red+Green+Blue) = 26+47+235=308 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.44% from 308); Green value is 47 (18.75% from 255 or 15.26% from 308); Blue value is 235 (92.19% from 255 or 76.30% from 308); Max value from RGB is 235 - color contains mainly: blue. Hex color #1A2FEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1A2FEB is #E5D014. Grayscale: #3D3D3D. Windows color (decimal): -15061013 or 15413018. OLE color: 15413018.
HSL color Cylindrical-coordinate representation of color #1A2FEB: hue angle of 233.97º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A2FEB is Cyan = 0.89, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 26 | 47 | 235 | - |
| CMYK | 0.89 | 0.8 | 0 | 0.08 |
| HSL | 233.97º | 0.84% | 0.51% | - |
| HSV(B) | 233.97º | 0.89% | 0.92% | - |
| XYZ | 16.44 | 8.25 | 79.32 | - |
| YUV | 62.15 | 225.54 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 47 | 235 | 0.89 | 0.8 | 0 | 0.08 | 233.97 | 0.84 | 0.51 |
| Hex | 1A | 2F | EB | 59 | 50 | 0 | 8 | EA | 54 | 33 |
| Octal | 32 | 57 | 353 | 131 | 120 | 0 | 10 | 352 | 124 | 63 |
| Binary | 11010 | 101111 | 11101011 | 1011001 | 1010000 | 0 | 1000 | 11101010 | 1010100 | 110011 |
Color Harmonies of #1A2FEB
Complementary color
Monochromatic Colors of #1A2FEB
Black with #1A2FEB
Text Example
Text Example
White with #1A2FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2FEB; }
p { color: rgb(26,47,235); }
H1.HeaderClassName
{
color: #1A2FEB;
}
.AnyTagClassName
{
color: #1A2FEB;
}
</style>
background-color css
<style>
a { background-color: #1A2FEB; }
a { background-color: rgb(26,47,235); }
div.DivClassName
{
background-color: #1A2FEB;
}
.BgClassName
{
background-color: #1A2FEB;
}
</style>
border-color css
<style>
span { border-color: #1A2FEB; }
span { border-color: rgb(26,47,235); }
td.TdClassName
{
border-color: #1A2FEB;
}
.TagClassName
{
border-color: #1A2FEB;
}
</style>