Shades of Persian Blue #1B3EAE
Tints of Persian Blue #1B3EAE
RGB
CMYK
RGB Variations
Color information
#1B3EAE (or 0x1B3EAE) is known color: Persian Blue. HEX triplet: 1B, 3E and AE. RGB value is (27,62,174). Sum of RGB (Red+Green+Blue) = 27+62+174=263 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.27% from 263); Green value is 62 (24.61% from 255 or 23.57% from 263); Blue value is 174 (68.36% from 255 or 66.16% from 263); Max value from RGB is 174 - color contains mainly: blue. Hex color #1B3EAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B3EAE is #E4C151. Grayscale: #3F3F3F. Windows color (decimal): -14991698 or 11419163. OLE color: 11419163.
HSL color Cylindrical-coordinate representation of color #1B3EAE: hue angle of 225.71º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B3EAE is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 27 | 62 | 174 | - |
| CMYK | 0.84 | 0.64 | 0 | 0.32 |
| HSL | 225.71º | 0.73% | 0.39% | - |
| HSV(B) | 225.71º | 0.84% | 0.68% | - |
| XYZ | 9.81 | 6.73 | 40.83 | - |
| YUV | 64.3 | 189.9 | 101.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 62 | 174 | 0.84 | 0.64 | 0 | 0.32 | 225.71 | 0.73 | 0.39 |
| Hex | 1B | 3E | AE | 54 | 40 | 0 | 20 | E2 | 49 | 27 |
| Octal | 33 | 76 | 256 | 124 | 100 | 0 | 40 | 342 | 111 | 47 |
| Binary | 11011 | 111110 | 10101110 | 1010100 | 1000000 | 0 | 100000 | 11100010 | 1001001 | 100111 |
Color Harmonies of #1B3EAE
Complementary color
Monochromatic Colors of #1B3EAE
Black with #1B3EAE
Text Example
Text Example
White with #1B3EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3EAE; }
p { color: rgb(27,62,174); }
H1.HeaderClassName
{
color: #1B3EAE;
}
.AnyTagClassName
{
color: #1B3EAE;
}
</style>
background-color css
<style>
a { background-color: #1B3EAE; }
a { background-color: rgb(27,62,174); }
div.DivClassName
{
background-color: #1B3EAE;
}
.BgClassName
{
background-color: #1B3EAE;
}
</style>
border-color css
<style>
span { border-color: #1B3EAE; }
span { border-color: rgb(27,62,174); }
td.TdClassName
{
border-color: #1B3EAE;
}
.TagClassName
{
border-color: #1B3EAE;
}
</style>