Shades of Persian Blue #0630CE
Tints of Persian Blue #0630CE
RGB
CMYK
RGB Variations
Color information
#0630CE (or 0x0630CE) is known color: Persian Blue. HEX triplet: 06, 30 and CE. RGB value is (6,48,206). Sum of RGB (Red+Green+Blue) = 6+48+206=260 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.31% from 260); Green value is 48 (19.14% from 255 or 18.46% from 260); Blue value is 206 (80.86% from 255 or 79.23% from 260); Max value from RGB is 206 - color contains mainly: blue. Hex color #0630CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0630CE is #F9CF31. Grayscale: #343434. Windows color (decimal): -16371506 or 13512710. OLE color: 13512710.
HSL color Cylindrical-coordinate representation of color #0630CE: hue angle of 227.4º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0630CE is Cyan = 0.97, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 6 | 48 | 206 | - |
| CMYK | 0.97 | 0.77 | 0 | 0.19 |
| HSL | 227.4º | 0.94% | 0.42% | - |
| HSV(B) | 227.4º | 0.97% | 0.81% | - |
| XYZ | 12.27 | 6.61 | 59.02 | - |
| YUV | 53.45 | 214.09 | 94.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 48 | 206 | 0.97 | 0.77 | 0 | 0.19 | 227.4 | 0.94 | 0.42 |
| Hex | 6 | 30 | CE | 61 | 4D | 0 | 13 | E3 | 5E | 2A |
| Octal | 6 | 60 | 316 | 141 | 115 | 0 | 23 | 343 | 136 | 52 |
| Binary | 110 | 110000 | 11001110 | 1100001 | 1001101 | 0 | 10011 | 11100011 | 1011110 | 101010 |
Color Harmonies of #0630CE
Complementary color
Monochromatic Colors of #0630CE
Black with #0630CE
Text Example
Text Example
White with #0630CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0630CE; }
p { color: rgb(6,48,206); }
H1.HeaderClassName
{
color: #0630CE;
}
.AnyTagClassName
{
color: #0630CE;
}
</style>
background-color css
<style>
a { background-color: #0630CE; }
a { background-color: rgb(6,48,206); }
div.DivClassName
{
background-color: #0630CE;
}
.BgClassName
{
background-color: #0630CE;
}
</style>
border-color css
<style>
span { border-color: #0630CE; }
span { border-color: rgb(6,48,206); }
td.TdClassName
{
border-color: #0630CE;
}
.TagClassName
{
border-color: #0630CE;
}
</style>