Shades of Persian Blue #0637EA
Tints of Persian Blue #0637EA
RGB
CMYK
RGB Variations
Color information
#0637EA (or 0x0637EA) is known color: Persian Blue. HEX triplet: 06, 37 and EA. RGB value is (6,55,234). Sum of RGB (Red+Green+Blue) = 6+55+234=295 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.03% from 295); Green value is 55 (21.88% from 255 or 18.64% from 295); Blue value is 234 (91.80% from 255 or 79.32% from 295); Max value from RGB is 234 - color contains mainly: blue. Hex color #0637EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0637EA is #F9C815. Grayscale: #3B3B3B. Windows color (decimal): -16369686 or 15349510. OLE color: 15349510.
HSL color Cylindrical-coordinate representation of color #0637EA: hue angle of 227.11º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0637EA is Cyan = 0.97, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 6 | 55 | 234 | - |
| CMYK | 0.97 | 0.76 | 0 | 0.08 |
| HSL | 227.11º | 0.95% | 0.47% | - |
| HSV(B) | 227.11º | 0.97% | 0.92% | - |
| XYZ | 16.29 | 8.71 | 78.66 | - |
| YUV | 60.76 | 225.77 | 88.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 55 | 234 | 0.97 | 0.76 | 0 | 0.08 | 227.11 | 0.95 | 0.47 |
| Hex | 6 | 37 | EA | 61 | 4C | 0 | 8 | E3 | 5F | 2F |
| Octal | 6 | 67 | 352 | 141 | 114 | 0 | 10 | 343 | 137 | 57 |
| Binary | 110 | 110111 | 11101010 | 1100001 | 1001100 | 0 | 1000 | 11100011 | 1011111 | 101111 |
Color Harmonies of #0637EA
Complementary color
Monochromatic Colors of #0637EA
Black with #0637EA
Text Example
Text Example
White with #0637EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0637EA; }
p { color: rgb(6,55,234); }
H1.HeaderClassName
{
color: #0637EA;
}
.AnyTagClassName
{
color: #0637EA;
}
</style>
background-color css
<style>
a { background-color: #0637EA; }
a { background-color: rgb(6,55,234); }
div.DivClassName
{
background-color: #0637EA;
}
.BgClassName
{
background-color: #0637EA;
}
</style>
border-color css
<style>
span { border-color: #0637EA; }
span { border-color: rgb(6,55,234); }
td.TdClassName
{
border-color: #0637EA;
}
.TagClassName
{
border-color: #0637EA;
}
</style>