Shades of Persian Blue #0237D6
Tints of Persian Blue #0237D6
RGB
CMYK
RGB Variations
Color information
#0237D6 (or 0x0237D6) is known color: Persian Blue. HEX triplet: 02, 37 and D6. RGB value is (2,55,214). Sum of RGB (Red+Green+Blue) = 2+55+214=271 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 271); Green value is 55 (21.88% from 255 or 20.30% from 271); Blue value is 214 (83.98% from 255 or 78.97% from 271); Max value from RGB is 214 - color contains mainly: blue. Hex color #0237D6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0237D6 is #FDC829. Grayscale: #383838. Windows color (decimal): -16631850 or 14038786. OLE color: 14038786.
HSL color Cylindrical-coordinate representation of color #0237D6: hue angle of 225º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0237D6 is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 55 | 214 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.16 |
| HSL | 225º | 0.98% | 0.42% | - |
| HSV(B) | 225º | 0.99% | 0.84% | - |
| XYZ | 13.53 | 7.6 | 64.37 | - |
| YUV | 57.28 | 216.44 | 88.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 55 | 214 | 0.99 | 0.74 | 0 | 0.16 | 225 | 0.98 | 0.42 |
| Hex | 2 | 37 | D6 | 63 | 4A | 0 | 10 | E1 | 62 | 2A |
| Octal | 2 | 67 | 326 | 143 | 112 | 0 | 20 | 341 | 142 | 52 |
| Binary | 10 | 110111 | 11010110 | 1100011 | 1001010 | 0 | 10000 | 11100001 | 1100010 | 101010 |
Color Harmonies of #0237D6
Complementary color
Monochromatic Colors of #0237D6
Black with #0237D6
Text Example
Text Example
White with #0237D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0237D6; }
p { color: rgb(2,55,214); }
H1.HeaderClassName
{
color: #0237D6;
}
.AnyTagClassName
{
color: #0237D6;
}
</style>
background-color css
<style>
a { background-color: #0237D6; }
a { background-color: rgb(2,55,214); }
div.DivClassName
{
background-color: #0237D6;
}
.BgClassName
{
background-color: #0237D6;
}
</style>
border-color css
<style>
span { border-color: #0237D6; }
span { border-color: rgb(2,55,214); }
td.TdClassName
{
border-color: #0237D6;
}
.TagClassName
{
border-color: #0237D6;
}
</style>