Shades of Persian Blue #0534CB
Tints of Persian Blue #0534CB
RGB
CMYK
RGB Variations
Color information
#0534CB (or 0x0534CB) is known color: Persian Blue. HEX triplet: 05, 34 and CB. RGB value is (5,52,203). Sum of RGB (Red+Green+Blue) = 5+52+203=260 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.92% from 260); Green value is 52 (20.70% from 255 or 20% from 260); Blue value is 203 (79.69% from 255 or 78.08% from 260); Max value from RGB is 203 - color contains mainly: blue. Hex color #0534CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0534CB is #FACB34. Grayscale: #363636. Windows color (decimal): -16436021 or 13317125. OLE color: 13317125.
HSL color Cylindrical-coordinate representation of color #0534CB: hue angle of 225.76º 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 #0534CB is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 52 | 203 | - |
| CMYK | 0.98 | 0.74 | 0 | 0.20 |
| HSL | 225.76º | 0.95% | 0.41% | - |
| HSV(B) | 225.76º | 0.98% | 0.8% | - |
| XYZ | 12.07 | 6.8 | 57.18 | - |
| YUV | 55.16 | 211.43 | 92.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 52 | 203 | 0.98 | 0.74 | 0 | 0.20 | 225.76 | 0.95 | 0.41 |
| Hex | 5 | 34 | CB | 62 | 4A | 0 | 14 | E2 | 5F | 29 |
| Octal | 5 | 64 | 313 | 142 | 112 | 0 | 24 | 342 | 137 | 51 |
| Binary | 101 | 110100 | 11001011 | 1100010 | 1001010 | 0 | 10100 | 11100010 | 1011111 | 101001 |
Color Harmonies of #0534CB
Complementary color
Monochromatic Colors of #0534CB
Black with #0534CB
Text Example
Text Example
White with #0534CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0534CB; }
p { color: rgb(5,52,203); }
H1.HeaderClassName
{
color: #0534CB;
}
.AnyTagClassName
{
color: #0534CB;
}
</style>
background-color css
<style>
a { background-color: #0534CB; }
a { background-color: rgb(5,52,203); }
div.DivClassName
{
background-color: #0534CB;
}
.BgClassName
{
background-color: #0534CB;
}
</style>
border-color css
<style>
span { border-color: #0534CB; }
span { border-color: rgb(5,52,203); }
td.TdClassName
{
border-color: #0534CB;
}
.TagClassName
{
border-color: #0534CB;
}
</style>