Shades of Persian Blue #0630E3
Tints of Persian Blue #0630E3
RGB
CMYK
RGB Variations
Color information
#0630E3 (or 0x0630E3) is known color: Persian Blue. HEX triplet: 06, 30 and E3. RGB value is (6,48,227). Sum of RGB (Red+Green+Blue) = 6+48+227=281 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.14% from 281); Green value is 48 (19.14% from 255 or 17.08% from 281); Blue value is 227 (89.06% from 255 or 80.78% from 281); Max value from RGB is 227 - color contains mainly: blue. Hex color #0630E3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0630E3 is #F9CF1C. Grayscale: #373737. Windows color (decimal): -16371485 or 14888966. OLE color: 14888966.
HSL color Cylindrical-coordinate representation of color #0630E3: hue angle of 228.6º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0630E3 is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 6 | 48 | 227 | - |
| CMYK | 0.97 | 0.79 | 0 | 0.11 |
| HSL | 228.6º | 0.95% | 0.46% | - |
| HSV(B) | 228.6º | 0.97% | 0.89% | - |
| XYZ | 15 | 7.7 | 73.37 | - |
| YUV | 55.85 | 224.59 | 92.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 48 | 227 | 0.97 | 0.79 | 0 | 0.11 | 228.6 | 0.95 | 0.46 |
| Hex | 6 | 30 | E3 | 61 | 4F | 0 | B | E5 | 5F | 2E |
| Octal | 6 | 60 | 343 | 141 | 117 | 0 | 13 | 345 | 137 | 56 |
| Binary | 110 | 110000 | 11100011 | 1100001 | 1001111 | 0 | 1011 | 11100101 | 1011111 | 101110 |
Color Harmonies of #0630E3
Complementary color
Monochromatic Colors of #0630E3
Black with #0630E3
Text Example
Text Example
White with #0630E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0630E3; }
p { color: rgb(6,48,227); }
H1.HeaderClassName
{
color: #0630E3;
}
.AnyTagClassName
{
color: #0630E3;
}
</style>
background-color css
<style>
a { background-color: #0630E3; }
a { background-color: rgb(6,48,227); }
div.DivClassName
{
background-color: #0630E3;
}
.BgClassName
{
background-color: #0630E3;
}
</style>
border-color css
<style>
span { border-color: #0630E3; }
span { border-color: rgb(6,48,227); }
td.TdClassName
{
border-color: #0630E3;
}
.TagClassName
{
border-color: #0630E3;
}
</style>