Shades of Persian Blue #0637DC
Tints of Persian Blue #0637DC
RGB
CMYK
RGB Variations
Color information
#0637DC (or 0x0637DC) is known color: Persian Blue. HEX triplet: 06, 37 and DC. RGB value is (6,55,220). Sum of RGB (Red+Green+Blue) = 6+55+220=281 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.14% from 281); Green value is 55 (21.88% from 255 or 19.57% from 281); Blue value is 220 (86.33% from 255 or 78.29% from 281); Max value from RGB is 220 - color contains mainly: blue. Hex color #0637DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0637DC is #F9C823. Grayscale: #3A3A3A. Windows color (decimal): -16369700 or 14432006. OLE color: 14432006.
HSL color Cylindrical-coordinate representation of color #0637DC: hue angle of 226.26º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0637DC is Cyan = 0.97, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 55 | 220 | - |
| CMYK | 0.97 | 0.75 | 0 | 0.14 |
| HSL | 226.26º | 0.95% | 0.44% | - |
| HSV(B) | 226.26º | 0.97% | 0.86% | - |
| XYZ | 14.36 | 7.94 | 68.49 | - |
| YUV | 59.16 | 218.77 | 90.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 55 | 220 | 0.97 | 0.75 | 0 | 0.14 | 226.26 | 0.95 | 0.44 |
| Hex | 6 | 37 | DC | 61 | 4B | 0 | E | E2 | 5F | 2C |
| Octal | 6 | 67 | 334 | 141 | 113 | 0 | 16 | 342 | 137 | 54 |
| Binary | 110 | 110111 | 11011100 | 1100001 | 1001011 | 0 | 1110 | 11100010 | 1011111 | 101100 |
Color Harmonies of #0637DC
Complementary color
Monochromatic Colors of #0637DC
Black with #0637DC
Text Example
Text Example
White with #0637DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0637DC; }
p { color: rgb(6,55,220); }
H1.HeaderClassName
{
color: #0637DC;
}
.AnyTagClassName
{
color: #0637DC;
}
</style>
background-color css
<style>
a { background-color: #0637DC; }
a { background-color: rgb(6,55,220); }
div.DivClassName
{
background-color: #0637DC;
}
.BgClassName
{
background-color: #0637DC;
}
</style>
border-color css
<style>
span { border-color: #0637DC; }
span { border-color: rgb(6,55,220); }
td.TdClassName
{
border-color: #0637DC;
}
.TagClassName
{
border-color: #0637DC;
}
</style>