Shades of Persian Blue #1B1EC6
Tints of Persian Blue #1B1EC6
RGB
CMYK
RGB Variations
Color information
#1B1EC6 (or 0x1B1EC6) is known color: Persian Blue. HEX triplet: 1B, 1E and C6. RGB value is (27,30,198). Sum of RGB (Red+Green+Blue) = 27+30+198=255 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.59% from 255); Green value is 30 (12.11% from 255 or 11.76% from 255); Blue value is 198 (77.73% from 255 or 77.65% from 255); Max value from RGB is 198 - color contains mainly: blue. Hex color #1B1EC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B1EC6 is #E4E139. Grayscale: #2F2F2F. Windows color (decimal): -14999866 or 12983835. OLE color: 12983835.
HSL color Cylindrical-coordinate representation of color #1B1EC6: hue angle of 238.95º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B1EC6 is Cyan = 0.86, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 27 | 30 | 198 | - |
| CMYK | 0.86 | 0.85 | 0 | 0.22 |
| HSL | 238.95º | 0.76% | 0.44% | - |
| HSV(B) | 238.95º | 0.86% | 0.78% | - |
| XYZ | 11.11 | 5.24 | 53.85 | - |
| YUV | 48.26 | 212.51 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 30 | 198 | 0.86 | 0.85 | 0 | 0.22 | 238.95 | 0.76 | 0.44 |
| Hex | 1B | 1E | C6 | 56 | 55 | 0 | 16 | EF | 4C | 2C |
| Octal | 33 | 36 | 306 | 126 | 125 | 0 | 26 | 357 | 114 | 54 |
| Binary | 11011 | 11110 | 11000110 | 1010110 | 1010101 | 0 | 10110 | 11101111 | 1001100 | 101100 |
Color Harmonies of #1B1EC6
Complementary color
Monochromatic Colors of #1B1EC6
Black with #1B1EC6
Text Example
Text Example
White with #1B1EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1EC6; }
p { color: rgb(27,30,198); }
H1.HeaderClassName
{
color: #1B1EC6;
}
.AnyTagClassName
{
color: #1B1EC6;
}
</style>
background-color css
<style>
a { background-color: #1B1EC6; }
a { background-color: rgb(27,30,198); }
div.DivClassName
{
background-color: #1B1EC6;
}
.BgClassName
{
background-color: #1B1EC6;
}
</style>
border-color css
<style>
span { border-color: #1B1EC6; }
span { border-color: rgb(27,30,198); }
td.TdClassName
{
border-color: #1B1EC6;
}
.TagClassName
{
border-color: #1B1EC6;
}
</style>