Shades of Persian Blue #1B34CA
Tints of Persian Blue #1B34CA
RGB
CMYK
RGB Variations
Color information
#1B34CA (or 0x1B34CA) is known color: Persian Blue. HEX triplet: 1B, 34 and CA. RGB value is (27,52,202). Sum of RGB (Red+Green+Blue) = 27+52+202=281 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.61% from 281); Green value is 52 (20.70% from 255 or 18.51% from 281); Blue value is 202 (79.30% from 255 or 71.89% from 281); Max value from RGB is 202 - color contains mainly: blue. Hex color #1B34CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B34CA is #E4CB35. Grayscale: #3D3D3D. Windows color (decimal): -14994230 or 13251611. OLE color: 13251611.
HSL color Cylindrical-coordinate representation of color #1B34CA: hue angle of 231.43º 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 #1B34CA is Cyan = 0.87, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 27 | 52 | 202 | - |
| CMYK | 0.87 | 0.74 | 0 | 0.21 |
| HSL | 231.43º | 0.76% | 0.45% | - |
| HSV(B) | 231.43º | 0.87% | 0.79% | - |
| XYZ | 12.34 | 6.95 | 56.57 | - |
| YUV | 61.63 | 207.22 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 52 | 202 | 0.87 | 0.74 | 0 | 0.21 | 231.43 | 0.76 | 0.45 |
| Hex | 1B | 34 | CA | 57 | 4A | 0 | 15 | E7 | 4C | 2D |
| Octal | 33 | 64 | 312 | 127 | 112 | 0 | 25 | 347 | 114 | 55 |
| Binary | 11011 | 110100 | 11001010 | 1010111 | 1001010 | 0 | 10101 | 11100111 | 1001100 | 101101 |
Color Harmonies of #1B34CA
Complementary color
Monochromatic Colors of #1B34CA
Black with #1B34CA
Text Example
Text Example
White with #1B34CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B34CA; }
p { color: rgb(27,52,202); }
H1.HeaderClassName
{
color: #1B34CA;
}
.AnyTagClassName
{
color: #1B34CA;
}
</style>
background-color css
<style>
a { background-color: #1B34CA; }
a { background-color: rgb(27,52,202); }
div.DivClassName
{
background-color: #1B34CA;
}
.BgClassName
{
background-color: #1B34CA;
}
</style>
border-color css
<style>
span { border-color: #1B34CA; }
span { border-color: rgb(27,52,202); }
td.TdClassName
{
border-color: #1B34CA;
}
.TagClassName
{
border-color: #1B34CA;
}
</style>