Shades of Persian Blue #1B3FCE
Tints of Persian Blue #1B3FCE
RGB
CMYK
RGB Variations
Color information
#1B3FCE (or 0x1B3FCE) is known color: Persian Blue. HEX triplet: 1B, 3F and CE. RGB value is (27,63,206). Sum of RGB (Red+Green+Blue) = 27+63+206=296 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9.12% from 296); Green value is 63 (25% from 255 or 21.28% from 296); Blue value is 206 (80.86% from 255 or 69.59% from 296); Max value from RGB is 206 - color contains mainly: blue. Hex color #1B3FCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B3FCE is #E4C031. Grayscale: #434343. Windows color (decimal): -14991410 or 13516571. OLE color: 13516571.
HSL color Cylindrical-coordinate representation of color #1B3FCE: hue angle of 227.93º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1B3FCE is Cyan = 0.87, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 27 | 63 | 206 | - |
| CMYK | 0.87 | 0.69 | 0 | 0.19 |
| HSL | 227.93º | 0.77% | 0.46% | - |
| HSV(B) | 227.93º | 0.87% | 0.81% | - |
| XYZ | 13.37 | 8.24 | 59.28 | - |
| YUV | 68.54 | 205.57 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 63 | 206 | 0.87 | 0.69 | 0 | 0.19 | 227.93 | 0.77 | 0.46 |
| Hex | 1B | 3F | CE | 57 | 45 | 0 | 13 | E4 | 4D | 2E |
| Octal | 33 | 77 | 316 | 127 | 105 | 0 | 23 | 344 | 115 | 56 |
| Binary | 11011 | 111111 | 11001110 | 1010111 | 1000101 | 0 | 10011 | 11100100 | 1001101 | 101110 |
Color Harmonies of #1B3FCE
Complementary color
Monochromatic Colors of #1B3FCE
Black with #1B3FCE
Text Example
Text Example
White with #1B3FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3FCE; }
p { color: rgb(27,63,206); }
H1.HeaderClassName
{
color: #1B3FCE;
}
.AnyTagClassName
{
color: #1B3FCE;
}
</style>
background-color css
<style>
a { background-color: #1B3FCE; }
a { background-color: rgb(27,63,206); }
div.DivClassName
{
background-color: #1B3FCE;
}
.BgClassName
{
background-color: #1B3FCE;
}
</style>
border-color css
<style>
span { border-color: #1B3FCE; }
span { border-color: rgb(27,63,206); }
td.TdClassName
{
border-color: #1B3FCE;
}
.TagClassName
{
border-color: #1B3FCE;
}
</style>