Shades of Persian Blue #1B1BCA
Tints of Persian Blue #1B1BCA
RGB
CMYK
RGB Variations
Color information
#1B1BCA (or 0x1B1BCA) is known color: Persian Blue. HEX triplet: 1B, 1B and CA. RGB value is (27,27,202). Sum of RGB (Red+Green+Blue) = 27+27+202=256 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.55% from 256); Green value is 27 (10.94% from 255 or 10.55% from 256); Blue value is 202 (79.30% from 255 or 78.91% from 256); Max value from RGB is 202 - color contains mainly: blue. Hex color #1B1BCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B1BCA is #E4E435. Grayscale: #2E2E2E. Windows color (decimal): -15000630 or 13245211. OLE color: 13245211.
HSL color Cylindrical-coordinate representation of color #1B1BCA: hue angle of 240º 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 #1B1BCA is Cyan = 0.87, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 27 | 27 | 202 | - |
| CMYK | 0.87 | 0.87 | 0 | 0.21 |
| HSL | 240º | 0.76% | 0.45% | - |
| HSV(B) | 240º | 0.87% | 0.79% | - |
| XYZ | 11.5 | 5.28 | 56.29 | - |
| YUV | 46.95 | 215.5 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 27 | 202 | 0.87 | 0.87 | 0 | 0.21 | 240 | 0.76 | 0.45 |
| Hex | 1B | 1B | CA | 57 | 57 | 0 | 15 | F0 | 4C | 2D |
| Octal | 33 | 33 | 312 | 127 | 127 | 0 | 25 | 360 | 114 | 55 |
| Binary | 11011 | 11011 | 11001010 | 1010111 | 1010111 | 0 | 10101 | 11110000 | 1001100 | 101101 |
Color Harmonies of #1B1BCA
Complementary color
Monochromatic Colors of #1B1BCA
Black with #1B1BCA
Text Example
Text Example
White with #1B1BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1BCA; }
p { color: rgb(27,27,202); }
H1.HeaderClassName
{
color: #1B1BCA;
}
.AnyTagClassName
{
color: #1B1BCA;
}
</style>
background-color css
<style>
a { background-color: #1B1BCA; }
a { background-color: rgb(27,27,202); }
div.DivClassName
{
background-color: #1B1BCA;
}
.BgClassName
{
background-color: #1B1BCA;
}
</style>
border-color css
<style>
span { border-color: #1B1BCA; }
span { border-color: rgb(27,27,202); }
td.TdClassName
{
border-color: #1B1BCA;
}
.TagClassName
{
border-color: #1B1BCA;
}
</style>