Shades of Persian Blue #1B2DCD
Tints of Persian Blue #1B2DCD
RGB
CMYK
RGB Variations
Color information
#1B2DCD (or 0x1B2DCD) is known color: Persian Blue. HEX triplet: 1B, 2D and CD. RGB value is (27,45,205). Sum of RGB (Red+Green+Blue) = 27+45+205=277 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.75% from 277); Green value is 45 (17.97% from 255 or 16.25% from 277); Blue value is 205 (80.47% from 255 or 74.01% from 277); Max value from RGB is 205 - color contains mainly: blue. Hex color #1B2DCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B2DCD is #E4D232. Grayscale: #393939. Windows color (decimal): -14996019 or 13446427. OLE color: 13446427.
HSL color Cylindrical-coordinate representation of color #1B2DCD: hue angle of 233.93º 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 #1B2DCD is Cyan = 0.87, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 27 | 45 | 205 | - |
| CMYK | 0.87 | 0.78 | 0 | 0.20 |
| HSL | 233.93º | 0.77% | 0.45% | - |
| HSV(B) | 233.93º | 0.87% | 0.8% | - |
| XYZ | 12.41 | 6.52 | 58.36 | - |
| YUV | 57.86 | 211.04 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 45 | 205 | 0.87 | 0.78 | 0 | 0.20 | 233.93 | 0.77 | 0.45 |
| Hex | 1B | 2D | CD | 57 | 4E | 0 | 14 | EA | 4D | 2D |
| Octal | 33 | 55 | 315 | 127 | 116 | 0 | 24 | 352 | 115 | 55 |
| Binary | 11011 | 101101 | 11001101 | 1010111 | 1001110 | 0 | 10100 | 11101010 | 1001101 | 101101 |
Color Harmonies of #1B2DCD
Complementary color
Monochromatic Colors of #1B2DCD
Black with #1B2DCD
Text Example
Text Example
White with #1B2DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2DCD; }
p { color: rgb(27,45,205); }
H1.HeaderClassName
{
color: #1B2DCD;
}
.AnyTagClassName
{
color: #1B2DCD;
}
</style>
background-color css
<style>
a { background-color: #1B2DCD; }
a { background-color: rgb(27,45,205); }
div.DivClassName
{
background-color: #1B2DCD;
}
.BgClassName
{
background-color: #1B2DCD;
}
</style>
border-color css
<style>
span { border-color: #1B2DCD; }
span { border-color: rgb(27,45,205); }
td.TdClassName
{
border-color: #1B2DCD;
}
.TagClassName
{
border-color: #1B2DCD;
}
</style>