Shades of Persian Blue #0636EB
Tints of Persian Blue #0636EB
RGB
CMYK
RGB Variations
Color information
#0636EB (or 0x0636EB) is known color: Persian Blue. HEX triplet: 06, 36 and EB. RGB value is (6,54,235). Sum of RGB (Red+Green+Blue) = 6+54+235=295 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.03% from 295); Green value is 54 (21.48% from 255 or 18.31% from 295); Blue value is 235 (92.19% from 255 or 79.66% from 295); Max value from RGB is 235 - color contains mainly: blue. Hex color #0636EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0636EB is #F9C914. Grayscale: #3B3B3B. Windows color (decimal): -16369941 or 15414790. OLE color: 15414790.
HSL color Cylindrical-coordinate representation of color #0636EB: hue angle of 227.42º 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 #0636EB is Cyan = 0.97, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 6 | 54 | 235 | - |
| CMYK | 0.97 | 0.77 | 0 | 0.08 |
| HSL | 227.42º | 0.95% | 0.47% | - |
| HSV(B) | 227.42º | 0.97% | 0.92% | - |
| XYZ | 16.39 | 8.68 | 79.41 | - |
| YUV | 60.28 | 226.6 | 89.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 54 | 235 | 0.97 | 0.77 | 0 | 0.08 | 227.42 | 0.95 | 0.47 |
| Hex | 6 | 36 | EB | 61 | 4D | 0 | 8 | E3 | 5F | 2F |
| Octal | 6 | 66 | 353 | 141 | 115 | 0 | 10 | 343 | 137 | 57 |
| Binary | 110 | 110110 | 11101011 | 1100001 | 1001101 | 0 | 1000 | 11100011 | 1011111 | 101111 |
Color Harmonies of #0636EB
Complementary color
Monochromatic Colors of #0636EB
Black with #0636EB
Text Example
Text Example
White with #0636EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0636EB; }
p { color: rgb(6,54,235); }
H1.HeaderClassName
{
color: #0636EB;
}
.AnyTagClassName
{
color: #0636EB;
}
</style>
background-color css
<style>
a { background-color: #0636EB; }
a { background-color: rgb(6,54,235); }
div.DivClassName
{
background-color: #0636EB;
}
.BgClassName
{
background-color: #0636EB;
}
</style>
border-color css
<style>
span { border-color: #0636EB; }
span { border-color: rgb(6,54,235); }
td.TdClassName
{
border-color: #0636EB;
}
.TagClassName
{
border-color: #0636EB;
}
</style>