Shades of Persian Blue #0237D9
Tints of Persian Blue #0237D9
RGB
CMYK
RGB Variations
Color information
#0237D9 (or 0x0237D9) is known color: Persian Blue. HEX triplet: 02, 37 and D9. RGB value is (2,55,217). Sum of RGB (Red+Green+Blue) = 2+55+217=274 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 274); Green value is 55 (21.88% from 255 or 20.07% from 274); Blue value is 217 (85.16% from 255 or 79.20% from 274); Max value from RGB is 217 - color contains mainly: blue. Hex color #0237D9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0237D9 is #FDC826. Grayscale: #383838. Windows color (decimal): -16631847 or 14235394. OLE color: 14235394.
HSL color Cylindrical-coordinate representation of color #0237D9: hue angle of 225.21º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0237D9 is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 2 | 55 | 217 | - |
| CMYK | 0.99 | 0.75 | 0 | 0.15 |
| HSL | 225.21º | 0.98% | 0.43% | - |
| HSV(B) | 225.21º | 0.99% | 0.85% | - |
| XYZ | 13.92 | 7.76 | 66.41 | - |
| YUV | 57.62 | 217.94 | 88.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 55 | 217 | 0.99 | 0.75 | 0 | 0.15 | 225.21 | 0.98 | 0.43 |
| Hex | 2 | 37 | D9 | 63 | 4B | 0 | F | E1 | 62 | 2B |
| Octal | 2 | 67 | 331 | 143 | 113 | 0 | 17 | 341 | 142 | 53 |
| Binary | 10 | 110111 | 11011001 | 1100011 | 1001011 | 0 | 1111 | 11100001 | 1100010 | 101011 |
Color Harmonies of #0237D9
Complementary color
Monochromatic Colors of #0237D9
Black with #0237D9
Text Example
Text Example
White with #0237D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0237D9; }
p { color: rgb(2,55,217); }
H1.HeaderClassName
{
color: #0237D9;
}
.AnyTagClassName
{
color: #0237D9;
}
</style>
background-color css
<style>
a { background-color: #0237D9; }
a { background-color: rgb(2,55,217); }
div.DivClassName
{
background-color: #0237D9;
}
.BgClassName
{
background-color: #0237D9;
}
</style>
border-color css
<style>
span { border-color: #0237D9; }
span { border-color: rgb(2,55,217); }
td.TdClassName
{
border-color: #0237D9;
}
.TagClassName
{
border-color: #0237D9;
}
</style>