Shades of Persian Blue #053BF5
Tints of Persian Blue #053BF5
RGB
CMYK
RGB Variations
Color information
#053BF5 (or 0x053BF5) is known color: Persian Blue. HEX triplet: 05, 3B and F5. RGB value is (5,59,245). Sum of RGB (Red+Green+Blue) = 5+59+245=309 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 309); Green value is 59 (23.44% from 255 or 19.09% from 309); Blue value is 245 (96.09% from 255 or 79.29% from 309); Max value from RGB is 245 - color contains mainly: blue. Hex color #053BF5 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #053BF5 is #FAC40A. Grayscale: #3F3F3F. Windows color (decimal): -16434187 or 16071429. OLE color: 16071429.
HSL color Cylindrical-coordinate representation of color #053BF5: hue angle of 226.5º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #053BF5 is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 5 | 59 | 245 | - |
| CMYK | 0.98 | 0.76 | 0 | 0.04 |
| HSL | 226.5º | 0.96% | 0.49% | - |
| HSV(B) | 226.5º | 0.98% | 0.96% | - |
| XYZ | 18.11 | 9.75 | 87.31 | - |
| YUV | 64.06 | 230.11 | 85.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 59 | 245 | 0.98 | 0.76 | 0 | 0.04 | 226.5 | 0.96 | 0.49 |
| Hex | 5 | 3B | F5 | 62 | 4C | 0 | 4 | E2 | 60 | 31 |
| Octal | 5 | 73 | 365 | 142 | 114 | 0 | 4 | 342 | 140 | 61 |
| Binary | 101 | 111011 | 11110101 | 1100010 | 1001100 | 0 | 100 | 11100010 | 1100000 | 110001 |
Color Harmonies of #053BF5
Complementary color
Monochromatic Colors of #053BF5
Black with #053BF5
Text Example
Text Example
White with #053BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053BF5; }
p { color: rgb(5,59,245); }
H1.HeaderClassName
{
color: #053BF5;
}
.AnyTagClassName
{
color: #053BF5;
}
</style>
background-color css
<style>
a { background-color: #053BF5; }
a { background-color: rgb(5,59,245); }
div.DivClassName
{
background-color: #053BF5;
}
.BgClassName
{
background-color: #053BF5;
}
</style>
border-color css
<style>
span { border-color: #053BF5; }
span { border-color: rgb(5,59,245); }
td.TdClassName
{
border-color: #053BF5;
}
.TagClassName
{
border-color: #053BF5;
}
</style>