Shades of Persian Blue #1B3EED
Tints of Persian Blue #1B3EED
RGB
CMYK
RGB Variations
Color information
#1B3EED (or 0x1B3EED) is known color: Persian Blue. HEX triplet: 1B, 3E and ED. RGB value is (27,62,237). Sum of RGB (Red+Green+Blue) = 27+62+237=326 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.28% from 326); Green value is 62 (24.61% from 255 or 19.02% from 326); Blue value is 237 (92.97% from 255 or 72.70% from 326); Max value from RGB is 237 - color contains mainly: blue. Hex color #1B3EED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1B3EED is #E4C112. Grayscale: #464646. Windows color (decimal): -14991635 or 15547931. OLE color: 15547931.
HSL color Cylindrical-coordinate representation of color #1B3EED: hue angle of 230º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B3EED is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 27 | 62 | 237 | - |
| CMYK | 0.89 | 0.74 | 0 | 0.07 |
| HSL | 230º | 0.85% | 0.52% | - |
| HSV(B) | 230º | 0.89% | 0.93% | - |
| XYZ | 17.46 | 9.79 | 81.09 | - |
| YUV | 71.49 | 221.4 | 96.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 62 | 237 | 0.89 | 0.74 | 0 | 0.07 | 230 | 0.85 | 0.52 |
| Hex | 1B | 3E | ED | 59 | 4A | 0 | 7 | E6 | 55 | 34 |
| Octal | 33 | 76 | 355 | 131 | 112 | 0 | 7 | 346 | 125 | 64 |
| Binary | 11011 | 111110 | 11101101 | 1011001 | 1001010 | 0 | 111 | 11100110 | 1010101 | 110100 |
Color Harmonies of #1B3EED
Complementary color
Monochromatic Colors of #1B3EED
Black with #1B3EED
Text Example
Text Example
White with #1B3EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3EED; }
p { color: rgb(27,62,237); }
H1.HeaderClassName
{
color: #1B3EED;
}
.AnyTagClassName
{
color: #1B3EED;
}
</style>
background-color css
<style>
a { background-color: #1B3EED; }
a { background-color: rgb(27,62,237); }
div.DivClassName
{
background-color: #1B3EED;
}
.BgClassName
{
background-color: #1B3EED;
}
</style>
border-color css
<style>
span { border-color: #1B3EED; }
span { border-color: rgb(27,62,237); }
td.TdClassName
{
border-color: #1B3EED;
}
.TagClassName
{
border-color: #1B3EED;
}
</style>