Shades of Persian Blue #0237CB
Tints of Persian Blue #0237CB
RGB
CMYK
RGB Variations
Color information
#0237CB (or 0x0237CB) is known color: Persian Blue. HEX triplet: 02, 37 and CB. RGB value is (2,55,203). Sum of RGB (Red+Green+Blue) = 2+55+203=260 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 260); Green value is 55 (21.88% from 255 or 21.15% from 260); Blue value is 203 (79.69% from 255 or 78.08% from 260); Max value from RGB is 203 - color contains mainly: blue. Hex color #0237CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0237CB is #FDC834. Grayscale: #373737. Windows color (decimal): -16631861 or 13317890. OLE color: 13317890.
HSL color Cylindrical-coordinate representation of color #0237CB: hue angle of 224.18º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0237CB is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 55 | 203 | - |
| CMYK | 0.99 | 0.73 | 0 | 0.20 |
| HSL | 224.18º | 0.98% | 0.4% | - |
| HSV(B) | 224.18º | 0.99% | 0.8% | - |
| XYZ | 12.17 | 7.06 | 57.22 | - |
| YUV | 56.03 | 210.94 | 89.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 55 | 203 | 0.99 | 0.73 | 0 | 0.20 | 224.18 | 0.98 | 0.4 |
| Hex | 2 | 37 | CB | 63 | 49 | 0 | 14 | E0 | 62 | 28 |
| Octal | 2 | 67 | 313 | 143 | 111 | 0 | 24 | 340 | 142 | 50 |
| Binary | 10 | 110111 | 11001011 | 1100011 | 1001001 | 0 | 10100 | 11100000 | 1100010 | 101000 |
Color Harmonies of #0237CB
Complementary color
Monochromatic Colors of #0237CB
Black with #0237CB
Text Example
Text Example
White with #0237CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0237CB; }
p { color: rgb(2,55,203); }
H1.HeaderClassName
{
color: #0237CB;
}
.AnyTagClassName
{
color: #0237CB;
}
</style>
background-color css
<style>
a { background-color: #0237CB; }
a { background-color: rgb(2,55,203); }
div.DivClassName
{
background-color: #0237CB;
}
.BgClassName
{
background-color: #0237CB;
}
</style>
border-color css
<style>
span { border-color: #0237CB; }
span { border-color: rgb(2,55,203); }
td.TdClassName
{
border-color: #0237CB;
}
.TagClassName
{
border-color: #0237CB;
}
</style>