Shades of Persian Blue #1A3CBE
Tints of Persian Blue #1A3CBE
RGB
CMYK
RGB Variations
Color information
#1A3CBE (or 0x1A3CBE) is known color: Persian Blue. HEX triplet: 1A, 3C and BE. RGB value is (26,60,190). Sum of RGB (Red+Green+Blue) = 26+60+190=276 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.42% from 276); Green value is 60 (23.83% from 255 or 21.74% from 276); Blue value is 190 (74.61% from 255 or 68.84% from 276); Max value from RGB is 190 - color contains mainly: blue. Hex color #1A3CBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A3CBE is #E5C341. Grayscale: #404040. Windows color (decimal): -15057730 or 12467226. OLE color: 12467226.
HSL color Cylindrical-coordinate representation of color #1A3CBE: hue angle of 227.56º 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 #1A3CBE is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 26 | 60 | 190 | - |
| CMYK | 0.86 | 0.68 | 0 | 0.25 |
| HSL | 227.56º | 0.76% | 0.42% | - |
| HSV(B) | 227.56º | 0.86% | 0.75% | - |
| XYZ | 11.34 | 7.17 | 49.5 | - |
| YUV | 64.65 | 198.74 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 60 | 190 | 0.86 | 0.68 | 0 | 0.25 | 227.56 | 0.76 | 0.42 |
| Hex | 1A | 3C | BE | 56 | 44 | 0 | 19 | E4 | 4C | 2A |
| Octal | 32 | 74 | 276 | 126 | 104 | 0 | 31 | 344 | 114 | 52 |
| Binary | 11010 | 111100 | 10111110 | 1010110 | 1000100 | 0 | 11001 | 11100100 | 1001100 | 101010 |
Color Harmonies of #1A3CBE
Complementary color
Monochromatic Colors of #1A3CBE
Black with #1A3CBE
Text Example
Text Example
White with #1A3CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3CBE; }
p { color: rgb(26,60,190); }
H1.HeaderClassName
{
color: #1A3CBE;
}
.AnyTagClassName
{
color: #1A3CBE;
}
</style>
background-color css
<style>
a { background-color: #1A3CBE; }
a { background-color: rgb(26,60,190); }
div.DivClassName
{
background-color: #1A3CBE;
}
.BgClassName
{
background-color: #1A3CBE;
}
</style>
border-color css
<style>
span { border-color: #1A3CBE; }
span { border-color: rgb(26,60,190); }
td.TdClassName
{
border-color: #1A3CBE;
}
.TagClassName
{
border-color: #1A3CBE;
}
</style>