Shades of Persian Blue #1B2DDC
Tints of Persian Blue #1B2DDC
RGB
CMYK
RGB Variations
Color information
#1B2DDC (or 0x1B2DDC) is known color: Persian Blue. HEX triplet: 1B, 2D and DC. RGB value is (27,45,220). Sum of RGB (Red+Green+Blue) = 27+45+220=292 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.25% from 292); Green value is 45 (17.97% from 255 or 15.41% from 292); Blue value is 220 (86.33% from 255 or 75.34% from 292); Max value from RGB is 220 - color contains mainly: blue. Hex color #1B2DDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B2DDC is #E4D223. Grayscale: #3A3A3A. Windows color (decimal): -14996004 or 14429467. OLE color: 14429467.
HSL color Cylindrical-coordinate representation of color #1B2DDC: hue angle of 234.4º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B2DDC is Cyan = 0.88, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 45 | 220 | - |
| CMYK | 0.88 | 0.80 | 0 | 0.14 |
| HSL | 234.4º | 0.78% | 0.48% | - |
| HSV(B) | 234.4º | 0.88% | 0.86% | - |
| XYZ | 14.31 | 7.28 | 68.36 | - |
| YUV | 59.57 | 218.54 | 104.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 45 | 220 | 0.88 | 0.80 | 0 | 0.14 | 234.4 | 0.78 | 0.48 |
| Hex | 1B | 2D | DC | 58 | 50 | 0 | E | EA | 4E | 30 |
| Octal | 33 | 55 | 334 | 130 | 120 | 0 | 16 | 352 | 116 | 60 |
| Binary | 11011 | 101101 | 11011100 | 1011000 | 1010000 | 0 | 1110 | 11101010 | 1001110 | 110000 |
Color Harmonies of #1B2DDC
Complementary color
Monochromatic Colors of #1B2DDC
Black with #1B2DDC
Text Example
Text Example
White with #1B2DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2DDC; }
p { color: rgb(27,45,220); }
H1.HeaderClassName
{
color: #1B2DDC;
}
.AnyTagClassName
{
color: #1B2DDC;
}
</style>
background-color css
<style>
a { background-color: #1B2DDC; }
a { background-color: rgb(27,45,220); }
div.DivClassName
{
background-color: #1B2DDC;
}
.BgClassName
{
background-color: #1B2DDC;
}
</style>
border-color css
<style>
span { border-color: #1B2DDC; }
span { border-color: rgb(27,45,220); }
td.TdClassName
{
border-color: #1B2DDC;
}
.TagClassName
{
border-color: #1B2DDC;
}
</style>