Shades of Persian Blue #1B2ACE
Tints of Persian Blue #1B2ACE
RGB
CMYK
RGB Variations
Color information
#1B2ACE (or 0x1B2ACE) is known color: Persian Blue. HEX triplet: 1B, 2A and CE. RGB value is (27,42,206). Sum of RGB (Red+Green+Blue) = 27+42+206=275 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.82% from 275); Green value is 42 (16.80% from 255 or 15.27% from 275); Blue value is 206 (80.86% from 255 or 74.91% from 275); Max value from RGB is 206 - color contains mainly: blue. Hex color #1B2ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B2ACE is #E4D531. Grayscale: #373737. Windows color (decimal): -14996786 or 13511195. OLE color: 13511195.
HSL color Cylindrical-coordinate representation of color #1B2ACE: hue angle of 234.97º 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 #1B2ACE is Cyan = 0.87, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 27 | 42 | 206 | - |
| CMYK | 0.87 | 0.80 | 0 | 0.19 |
| HSL | 234.97º | 0.77% | 0.46% | - |
| HSV(B) | 234.97º | 0.87% | 0.81% | - |
| XYZ | 12.42 | 6.35 | 58.96 | - |
| YUV | 56.21 | 212.53 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 42 | 206 | 0.87 | 0.80 | 0 | 0.19 | 234.97 | 0.77 | 0.46 |
| Hex | 1B | 2A | CE | 57 | 50 | 0 | 13 | EB | 4D | 2E |
| Octal | 33 | 52 | 316 | 127 | 120 | 0 | 23 | 353 | 115 | 56 |
| Binary | 11011 | 101010 | 11001110 | 1010111 | 1010000 | 0 | 10011 | 11101011 | 1001101 | 101110 |
Color Harmonies of #1B2ACE
Complementary color
Monochromatic Colors of #1B2ACE
Black with #1B2ACE
Text Example
Text Example
White with #1B2ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2ACE; }
p { color: rgb(27,42,206); }
H1.HeaderClassName
{
color: #1B2ACE;
}
.AnyTagClassName
{
color: #1B2ACE;
}
</style>
background-color css
<style>
a { background-color: #1B2ACE; }
a { background-color: rgb(27,42,206); }
div.DivClassName
{
background-color: #1B2ACE;
}
.BgClassName
{
background-color: #1B2ACE;
}
</style>
border-color css
<style>
span { border-color: #1B2ACE; }
span { border-color: rgb(27,42,206); }
td.TdClassName
{
border-color: #1B2ACE;
}
.TagClassName
{
border-color: #1B2ACE;
}
</style>