Shades of Persian Blue #1B2ACC
Tints of Persian Blue #1B2ACC
RGB
CMYK
RGB Variations
Color information
#1B2ACC (or 0x1B2ACC) is known color: Persian Blue. HEX triplet: 1B, 2A and CC. RGB value is (27,42,204). Sum of RGB (Red+Green+Blue) = 27+42+204=273 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.89% from 273); Green value is 42 (16.80% from 255 or 15.38% from 273); Blue value is 204 (80.08% from 255 or 74.73% from 273); Max value from RGB is 204 - color contains mainly: blue. Hex color #1B2ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B2ACC is #E4D533. Grayscale: #373737. Windows color (decimal): -14996788 or 13380123. OLE color: 13380123.
HSL color Cylindrical-coordinate representation of color #1B2ACC: hue angle of 234.92º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1B2ACC is Cyan = 0.87, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 27 | 42 | 204 | - |
| CMYK | 0.87 | 0.79 | 0 | 0.2 |
| HSL | 234.92º | 0.77% | 0.45% | - |
| HSV(B) | 234.92º | 0.87% | 0.8% | - |
| XYZ | 12.18 | 6.25 | 57.69 | - |
| YUV | 55.98 | 211.53 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 42 | 204 | 0.87 | 0.79 | 0 | 0.2 | 234.92 | 0.77 | 0.45 |
| Hex | 1B | 2A | CC | 57 | 4F | 0 | 14 | EB | 4D | 2D |
| Octal | 33 | 52 | 314 | 127 | 117 | 0 | 24 | 353 | 115 | 55 |
| Binary | 11011 | 101010 | 11001100 | 1010111 | 1001111 | 0 | 10100 | 11101011 | 1001101 | 101101 |
Color Harmonies of #1B2ACC
Complementary color
Monochromatic Colors of #1B2ACC
Black with #1B2ACC
Text Example
Text Example
White with #1B2ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2ACC; }
p { color: rgb(27,42,204); }
H1.HeaderClassName
{
color: #1B2ACC;
}
.AnyTagClassName
{
color: #1B2ACC;
}
</style>
background-color css
<style>
a { background-color: #1B2ACC; }
a { background-color: rgb(27,42,204); }
div.DivClassName
{
background-color: #1B2ACC;
}
.BgClassName
{
background-color: #1B2ACC;
}
</style>
border-color css
<style>
span { border-color: #1B2ACC; }
span { border-color: rgb(27,42,204); }
td.TdClassName
{
border-color: #1B2ACC;
}
.TagClassName
{
border-color: #1B2ACC;
}
</style>