Shades of Persian Blue #1B2CCA
Tints of Persian Blue #1B2CCA
RGB
CMYK
RGB Variations
Color information
#1B2CCA (or 0x1B2CCA) is known color: Persian Blue. HEX triplet: 1B, 2C and CA. RGB value is (27,44,202). Sum of RGB (Red+Green+Blue) = 27+44+202=273 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.89% from 273); Green value is 44 (17.58% from 255 or 16.12% from 273); Blue value is 202 (79.30% from 255 or 73.99% from 273); Max value from RGB is 202 - color contains mainly: blue. Hex color #1B2CCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B2CCA is #E4D335. Grayscale: #383838. Windows color (decimal): -14996278 or 13249563. OLE color: 13249563.
HSL color Cylindrical-coordinate representation of color #1B2CCA: hue angle of 234.17º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1B2CCA is Cyan = 0.87, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 27 | 44 | 202 | - |
| CMYK | 0.87 | 0.78 | 0 | 0.21 |
| HSL | 234.17º | 0.76% | 0.45% | - |
| HSV(B) | 234.17º | 0.87% | 0.79% | - |
| XYZ | 12.01 | 6.3 | 56.46 | - |
| YUV | 56.93 | 209.87 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 44 | 202 | 0.87 | 0.78 | 0 | 0.21 | 234.17 | 0.76 | 0.45 |
| Hex | 1B | 2C | CA | 57 | 4E | 0 | 15 | EA | 4C | 2D |
| Octal | 33 | 54 | 312 | 127 | 116 | 0 | 25 | 352 | 114 | 55 |
| Binary | 11011 | 101100 | 11001010 | 1010111 | 1001110 | 0 | 10101 | 11101010 | 1001100 | 101101 |
Color Harmonies of #1B2CCA
Complementary color
Monochromatic Colors of #1B2CCA
Black with #1B2CCA
Text Example
Text Example
White with #1B2CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2CCA; }
p { color: rgb(27,44,202); }
H1.HeaderClassName
{
color: #1B2CCA;
}
.AnyTagClassName
{
color: #1B2CCA;
}
</style>
background-color css
<style>
a { background-color: #1B2CCA; }
a { background-color: rgb(27,44,202); }
div.DivClassName
{
background-color: #1B2CCA;
}
.BgClassName
{
background-color: #1B2CCA;
}
</style>
border-color css
<style>
span { border-color: #1B2CCA; }
span { border-color: rgb(27,44,202); }
td.TdClassName
{
border-color: #1B2CCA;
}
.TagClassName
{
border-color: #1B2CCA;
}
</style>