Shades of Persian Blue #0526CB
Tints of Persian Blue #0526CB
RGB
CMYK
RGB Variations
Color information
#0526CB (or 0x0526CB) is known color: Persian Blue. HEX triplet: 05, 26 and CB. RGB value is (5,38,203). Sum of RGB (Red+Green+Blue) = 5+38+203=246 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.03% from 246); Green value is 38 (15.23% from 255 or 15.45% from 246); Blue value is 203 (79.69% from 255 or 82.52% from 246); Max value from RGB is 203 - color contains mainly: blue. Hex color #0526CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0526CB is #FAD934. Grayscale: #2E2E2E. Windows color (decimal): -16439605 or 13313541. OLE color: 13313541.
HSL color Cylindrical-coordinate representation of color #0526CB: hue angle of 230º 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 #0526CB is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 38 | 203 | - |
| CMYK | 0.98 | 0.81 | 0 | 0.20 |
| HSL | 230º | 0.95% | 0.41% | - |
| HSV(B) | 230º | 0.98% | 0.8% | - |
| XYZ | 11.54 | 5.73 | 57 | - |
| YUV | 46.94 | 216.07 | 98.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 38 | 203 | 0.98 | 0.81 | 0 | 0.20 | 230 | 0.95 | 0.41 |
| Hex | 5 | 26 | CB | 62 | 51 | 0 | 14 | E6 | 5F | 29 |
| Octal | 5 | 46 | 313 | 142 | 121 | 0 | 24 | 346 | 137 | 51 |
| Binary | 101 | 100110 | 11001011 | 1100010 | 1010001 | 0 | 10100 | 11100110 | 1011111 | 101001 |
Color Harmonies of #0526CB
Complementary color
Monochromatic Colors of #0526CB
Black with #0526CB
Text Example
Text Example
White with #0526CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0526CB; }
p { color: rgb(5,38,203); }
H1.HeaderClassName
{
color: #0526CB;
}
.AnyTagClassName
{
color: #0526CB;
}
</style>
background-color css
<style>
a { background-color: #0526CB; }
a { background-color: rgb(5,38,203); }
div.DivClassName
{
background-color: #0526CB;
}
.BgClassName
{
background-color: #0526CB;
}
</style>
border-color css
<style>
span { border-color: #0526CB; }
span { border-color: rgb(5,38,203); }
td.TdClassName
{
border-color: #0526CB;
}
.TagClassName
{
border-color: #0526CB;
}
</style>