Shades of Persian Blue #0639EA
Tints of Persian Blue #0639EA
RGB
CMYK
RGB Variations
Color information
#0639EA (or 0x0639EA) is known color: Persian Blue. HEX triplet: 06, 39 and EA. RGB value is (6,57,234). Sum of RGB (Red+Green+Blue) = 6+57+234=297 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.02% from 297); Green value is 57 (22.66% from 255 or 19.19% from 297); Blue value is 234 (91.80% from 255 or 78.79% from 297); Max value from RGB is 234 - color contains mainly: blue. Hex color #0639EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0639EA is #F9C615. Grayscale: #3D3D3D. Windows color (decimal): -16369174 or 15350022. OLE color: 15350022.
HSL color Cylindrical-coordinate representation of color #0639EA: hue angle of 226.58º 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 #0639EA is Cyan = 0.97, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 6 | 57 | 234 | - |
| CMYK | 0.97 | 0.76 | 0 | 0.08 |
| HSL | 226.58º | 0.95% | 0.47% | - |
| HSV(B) | 226.58º | 0.97% | 0.92% | - |
| XYZ | 16.39 | 8.91 | 78.7 | - |
| YUV | 61.93 | 225.1 | 88.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 57 | 234 | 0.97 | 0.76 | 0 | 0.08 | 226.58 | 0.95 | 0.47 |
| Hex | 6 | 39 | EA | 61 | 4C | 0 | 8 | E3 | 5F | 2F |
| Octal | 6 | 71 | 352 | 141 | 114 | 0 | 10 | 343 | 137 | 57 |
| Binary | 110 | 111001 | 11101010 | 1100001 | 1001100 | 0 | 1000 | 11100011 | 1011111 | 101111 |
Color Harmonies of #0639EA
Complementary color
Monochromatic Colors of #0639EA
Black with #0639EA
Text Example
Text Example
White with #0639EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0639EA; }
p { color: rgb(6,57,234); }
H1.HeaderClassName
{
color: #0639EA;
}
.AnyTagClassName
{
color: #0639EA;
}
</style>
background-color css
<style>
a { background-color: #0639EA; }
a { background-color: rgb(6,57,234); }
div.DivClassName
{
background-color: #0639EA;
}
.BgClassName
{
background-color: #0639EA;
}
</style>
border-color css
<style>
span { border-color: #0639EA; }
span { border-color: rgb(6,57,234); }
td.TdClassName
{
border-color: #0639EA;
}
.TagClassName
{
border-color: #0639EA;
}
</style>