Shades of Persian Blue #0630E9
Tints of Persian Blue #0630E9
RGB
CMYK
RGB Variations
Color information
#0630E9 (or 0x0630E9) is known color: Persian Blue. HEX triplet: 06, 30 and E9. RGB value is (6,48,233). Sum of RGB (Red+Green+Blue) = 6+48+233=287 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.09% from 287); Green value is 48 (19.14% from 255 or 16.72% from 287); Blue value is 233 (91.41% from 255 or 81.18% from 287); Max value from RGB is 233 - color contains mainly: blue. Hex color #0630E9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0630E9 is #F9CF16. Grayscale: #373737. Windows color (decimal): -16371479 or 15282182. OLE color: 15282182.
HSL color Cylindrical-coordinate representation of color #0630E9: hue angle of 228.9º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0630E9 is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 6 | 48 | 233 | - |
| CMYK | 0.97 | 0.79 | 0 | 0.09 |
| HSL | 228.9º | 0.95% | 0.47% | - |
| HSV(B) | 228.9º | 0.97% | 0.91% | - |
| XYZ | 15.84 | 8.04 | 77.81 | - |
| YUV | 56.53 | 227.59 | 91.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 48 | 233 | 0.97 | 0.79 | 0 | 0.09 | 228.9 | 0.95 | 0.47 |
| Hex | 6 | 30 | E9 | 61 | 4F | 0 | 9 | E5 | 5F | 2F |
| Octal | 6 | 60 | 351 | 141 | 117 | 0 | 11 | 345 | 137 | 57 |
| Binary | 110 | 110000 | 11101001 | 1100001 | 1001111 | 0 | 1001 | 11100101 | 1011111 | 101111 |
Color Harmonies of #0630E9
Complementary color
Monochromatic Colors of #0630E9
Black with #0630E9
Text Example
Text Example
White with #0630E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0630E9; }
p { color: rgb(6,48,233); }
H1.HeaderClassName
{
color: #0630E9;
}
.AnyTagClassName
{
color: #0630E9;
}
</style>
background-color css
<style>
a { background-color: #0630E9; }
a { background-color: rgb(6,48,233); }
div.DivClassName
{
background-color: #0630E9;
}
.BgClassName
{
background-color: #0630E9;
}
</style>
border-color css
<style>
span { border-color: #0630E9; }
span { border-color: rgb(6,48,233); }
td.TdClassName
{
border-color: #0630E9;
}
.TagClassName
{
border-color: #0630E9;
}
</style>