Shades of Persian Blue #1B3DEC
Tints of Persian Blue #1B3DEC
RGB
CMYK
RGB Variations
Color information
#1B3DEC (or 0x1B3DEC) is known color: Persian Blue. HEX triplet: 1B, 3D and EC. RGB value is (27,61,236). Sum of RGB (Red+Green+Blue) = 27+61+236=324 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.33% from 324); Green value is 61 (24.22% from 255 or 18.83% from 324); Blue value is 236 (92.58% from 255 or 72.84% from 324); Max value from RGB is 236 - color contains mainly: blue. Hex color #1B3DEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1B3DEC is #E4C213. Grayscale: #464646. Windows color (decimal): -14991892 or 15482139. OLE color: 15482139.
HSL color Cylindrical-coordinate representation of color #1B3DEC: hue angle of 230.24º 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 #1B3DEC is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 27 | 61 | 236 | - |
| CMYK | 0.89 | 0.74 | 0 | 0.07 |
| HSL | 230.24º | 0.85% | 0.52% | - |
| HSV(B) | 230.24º | 0.89% | 0.93% | - |
| XYZ | 17.26 | 9.63 | 80.31 | - |
| YUV | 70.78 | 221.24 | 96.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 61 | 236 | 0.89 | 0.74 | 0 | 0.07 | 230.24 | 0.85 | 0.52 |
| Hex | 1B | 3D | EC | 59 | 4A | 0 | 7 | E6 | 55 | 34 |
| Octal | 33 | 75 | 354 | 131 | 112 | 0 | 7 | 346 | 125 | 64 |
| Binary | 11011 | 111101 | 11101100 | 1011001 | 1001010 | 0 | 111 | 11100110 | 1010101 | 110100 |
Color Harmonies of #1B3DEC
Complementary color
Monochromatic Colors of #1B3DEC
Black with #1B3DEC
Text Example
Text Example
White with #1B3DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3DEC; }
p { color: rgb(27,61,236); }
H1.HeaderClassName
{
color: #1B3DEC;
}
.AnyTagClassName
{
color: #1B3DEC;
}
</style>
background-color css
<style>
a { background-color: #1B3DEC; }
a { background-color: rgb(27,61,236); }
div.DivClassName
{
background-color: #1B3DEC;
}
.BgClassName
{
background-color: #1B3DEC;
}
</style>
border-color css
<style>
span { border-color: #1B3DEC; }
span { border-color: rgb(27,61,236); }
td.TdClassName
{
border-color: #1B3DEC;
}
.TagClassName
{
border-color: #1B3DEC;
}
</style>