Shades of Persian Blue #1B3EEF
Tints of Persian Blue #1B3EEF
RGB
CMYK
RGB Variations
Color information
#1B3EEF (or 0x1B3EEF) is known color: Persian Blue. HEX triplet: 1B, 3E and EF. RGB value is (27,62,239). Sum of RGB (Red+Green+Blue) = 27+62+239=328 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.23% from 328); Green value is 62 (24.61% from 255 or 18.90% from 328); Blue value is 239 (93.75% from 255 or 72.87% from 328); Max value from RGB is 239 - color contains mainly: blue. Hex color #1B3EEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1B3EEF is #E4C110. Grayscale: #464646. Windows color (decimal): -14991633 or 15679003. OLE color: 15679003.
HSL color Cylindrical-coordinate representation of color #1B3EEF: hue angle of 230.09º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B3EEF is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 27 | 62 | 239 | - |
| CMYK | 0.89 | 0.74 | 0 | 0.06 |
| HSL | 230.09º | 0.87% | 0.52% | - |
| HSV(B) | 230.09º | 0.89% | 0.94% | - |
| XYZ | 17.75 | 9.91 | 82.64 | - |
| YUV | 71.71 | 222.4 | 96.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 62 | 239 | 0.89 | 0.74 | 0 | 0.06 | 230.09 | 0.87 | 0.52 |
| Hex | 1B | 3E | EF | 59 | 4A | 0 | 6 | E6 | 57 | 34 |
| Octal | 33 | 76 | 357 | 131 | 112 | 0 | 6 | 346 | 127 | 64 |
| Binary | 11011 | 111110 | 11101111 | 1011001 | 1001010 | 0 | 110 | 11100110 | 1010111 | 110100 |
Color Harmonies of #1B3EEF
Complementary color
Monochromatic Colors of #1B3EEF
Black with #1B3EEF
Text Example
Text Example
White with #1B3EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3EEF; }
p { color: rgb(27,62,239); }
H1.HeaderClassName
{
color: #1B3EEF;
}
.AnyTagClassName
{
color: #1B3EEF;
}
</style>
background-color css
<style>
a { background-color: #1B3EEF; }
a { background-color: rgb(27,62,239); }
div.DivClassName
{
background-color: #1B3EEF;
}
.BgClassName
{
background-color: #1B3EEF;
}
</style>
border-color css
<style>
span { border-color: #1B3EEF; }
span { border-color: rgb(27,62,239); }
td.TdClassName
{
border-color: #1B3EEF;
}
.TagClassName
{
border-color: #1B3EEF;
}
</style>