Shades of Persian Blue #0626CE
Tints of Persian Blue #0626CE
RGB
CMYK
RGB Variations
Color information
#0626CE (or 0x0626CE) is known color: Persian Blue. HEX triplet: 06, 26 and CE. RGB value is (6,38,206). Sum of RGB (Red+Green+Blue) = 6+38+206=250 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.4% from 250); Green value is 38 (15.23% from 255 or 15.2% from 250); Blue value is 206 (80.86% from 255 or 82.4% from 250); Max value from RGB is 206 - color contains mainly: blue. Hex color #0626CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0626CE is #F9D931. Grayscale: #2E2E2E. Windows color (decimal): -16374066 or 13510150. OLE color: 13510150.
HSL color Cylindrical-coordinate representation of color #0626CE: hue angle of 230.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 #0626CE is Cyan = 0.97, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 6 | 38 | 206 | - |
| CMYK | 0.97 | 0.82 | 0 | 0.19 |
| HSL | 230.4º | 0.94% | 0.42% | - |
| HSV(B) | 230.4º | 0.97% | 0.81% | - |
| XYZ | 11.91 | 5.88 | 58.9 | - |
| YUV | 47.58 | 217.4 | 98.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 38 | 206 | 0.97 | 0.82 | 0 | 0.19 | 230.4 | 0.94 | 0.42 |
| Hex | 6 | 26 | CE | 61 | 52 | 0 | 13 | E6 | 5E | 2A |
| Octal | 6 | 46 | 316 | 141 | 122 | 0 | 23 | 346 | 136 | 52 |
| Binary | 110 | 100110 | 11001110 | 1100001 | 1010010 | 0 | 10011 | 11100110 | 1011110 | 101010 |
Color Harmonies of #0626CE
Complementary color
Monochromatic Colors of #0626CE
Black with #0626CE
Text Example
Text Example
White with #0626CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0626CE; }
p { color: rgb(6,38,206); }
H1.HeaderClassName
{
color: #0626CE;
}
.AnyTagClassName
{
color: #0626CE;
}
</style>
background-color css
<style>
a { background-color: #0626CE; }
a { background-color: rgb(6,38,206); }
div.DivClassName
{
background-color: #0626CE;
}
.BgClassName
{
background-color: #0626CE;
}
</style>
border-color css
<style>
span { border-color: #0626CE; }
span { border-color: rgb(6,38,206); }
td.TdClassName
{
border-color: #0626CE;
}
.TagClassName
{
border-color: #0626CE;
}
</style>