Shades of Persian Blue #0541CB
Tints of Persian Blue #0541CB
RGB
CMYK
RGB Variations
Color information
#0541CB (or 0x0541CB) is known color: Persian Blue. HEX triplet: 05, 41 and CB. RGB value is (5,65,203). Sum of RGB (Red+Green+Blue) = 5+65+203=273 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.83% from 273); Green value is 65 (25.78% from 255 or 23.81% from 273); Blue value is 203 (79.69% from 255 or 74.36% from 273); Max value from RGB is 203 - color contains mainly: blue. Hex color #0541CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0541CB is #FABE34. Grayscale: #3E3E3E. Windows color (decimal): -16432693 or 13320453. OLE color: 13320453.
HSL color Cylindrical-coordinate representation of color #0541CB: hue angle of 221.82º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0541CB is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 65 | 203 | - |
| CMYK | 0.98 | 0.68 | 0 | 0.20 |
| HSL | 221.82º | 0.95% | 0.41% | - |
| HSV(B) | 221.82º | 0.98% | 0.8% | - |
| XYZ | 12.73 | 8.12 | 57.4 | - |
| YUV | 62.79 | 207.12 | 86.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 65 | 203 | 0.98 | 0.68 | 0 | 0.20 | 221.82 | 0.95 | 0.41 |
| Hex | 5 | 41 | CB | 62 | 44 | 0 | 14 | DE | 5F | 29 |
| Octal | 5 | 101 | 313 | 142 | 104 | 0 | 24 | 336 | 137 | 51 |
| Binary | 101 | 1000001 | 11001011 | 1100010 | 1000100 | 0 | 10100 | 11011110 | 1011111 | 101001 |
Color Harmonies of #0541CB
Complementary color
Monochromatic Colors of #0541CB
Black with #0541CB
Text Example
Text Example
White with #0541CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0541CB; }
p { color: rgb(5,65,203); }
H1.HeaderClassName
{
color: #0541CB;
}
.AnyTagClassName
{
color: #0541CB;
}
</style>
background-color css
<style>
a { background-color: #0541CB; }
a { background-color: rgb(5,65,203); }
div.DivClassName
{
background-color: #0541CB;
}
.BgClassName
{
background-color: #0541CB;
}
</style>
border-color css
<style>
span { border-color: #0541CB; }
span { border-color: rgb(5,65,203); }
td.TdClassName
{
border-color: #0541CB;
}
.TagClassName
{
border-color: #0541CB;
}
</style>