Shades of Persian Blue #0237C7
Tints of Persian Blue #0237C7
RGB
CMYK
RGB Variations
Color information
#0237C7 (or 0x0237C7) is known color: Persian Blue. HEX triplet: 02, 37 and C7. RGB value is (2,55,199). Sum of RGB (Red+Green+Blue) = 2+55+199=256 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 256); Green value is 55 (21.88% from 255 or 21.48% from 256); Blue value is 199 (78.12% from 255 or 77.73% from 256); Max value from RGB is 199 - color contains mainly: blue. Hex color #0237C7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0237C7 is #FDC838. Grayscale: #363636. Windows color (decimal): -16631865 or 13055746. OLE color: 13055746.
HSL color Cylindrical-coordinate representation of color #0237C7: hue angle of 223.86º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0237C7 is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 55 | 199 | - |
| CMYK | 0.99 | 0.72 | 0 | 0.22 |
| HSL | 223.86º | 0.98% | 0.39% | - |
| HSV(B) | 223.86º | 0.99% | 0.78% | - |
| XYZ | 11.7 | 6.87 | 54.74 | - |
| YUV | 55.57 | 208.94 | 89.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 55 | 199 | 0.99 | 0.72 | 0 | 0.22 | 223.86 | 0.98 | 0.39 |
| Hex | 2 | 37 | C7 | 63 | 48 | 0 | 16 | E0 | 62 | 27 |
| Octal | 2 | 67 | 307 | 143 | 110 | 0 | 26 | 340 | 142 | 47 |
| Binary | 10 | 110111 | 11000111 | 1100011 | 1001000 | 0 | 10110 | 11100000 | 1100010 | 100111 |
Color Harmonies of #0237C7
Complementary color
Monochromatic Colors of #0237C7
Black with #0237C7
Text Example
Text Example
White with #0237C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0237C7; }
p { color: rgb(2,55,199); }
H1.HeaderClassName
{
color: #0237C7;
}
.AnyTagClassName
{
color: #0237C7;
}
</style>
background-color css
<style>
a { background-color: #0237C7; }
a { background-color: rgb(2,55,199); }
div.DivClassName
{
background-color: #0237C7;
}
.BgClassName
{
background-color: #0237C7;
}
</style>
border-color css
<style>
span { border-color: #0237C7; }
span { border-color: rgb(2,55,199); }
td.TdClassName
{
border-color: #0237C7;
}
.TagClassName
{
border-color: #0237C7;
}
</style>