Shades of Persian Blue #0231DB
Tints of Persian Blue #0231DB
RGB
CMYK
RGB Variations
Color information
#0231DB (or 0x0231DB) is known color: Persian Blue. HEX triplet: 02, 31 and DB. RGB value is (2,49,219). Sum of RGB (Red+Green+Blue) = 2+49+219=270 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 270); Green value is 49 (19.53% from 255 or 18.15% from 270); Blue value is 219 (85.94% from 255 or 81.11% from 270); Max value from RGB is 219 - color contains mainly: blue. Hex color #0231DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0231DB is #FDCE24. Grayscale: #353535. Windows color (decimal): -16633381 or 14364930. OLE color: 14364930.
HSL color Cylindrical-coordinate representation of color #0231DB: hue angle of 227º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0231DB is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 49 | 219 | - |
| CMYK | 0.99 | 0.78 | 0 | 0.14 |
| HSL | 227º | 0.98% | 0.43% | - |
| HSV(B) | 227º | 0.99% | 0.86% | - |
| XYZ | 13.91 | 7.32 | 67.7 | - |
| YUV | 54.33 | 220.93 | 90.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 49 | 219 | 0.99 | 0.78 | 0 | 0.14 | 227 | 0.98 | 0.43 |
| Hex | 2 | 31 | DB | 63 | 4E | 0 | E | E3 | 62 | 2B |
| Octal | 2 | 61 | 333 | 143 | 116 | 0 | 16 | 343 | 142 | 53 |
| Binary | 10 | 110001 | 11011011 | 1100011 | 1001110 | 0 | 1110 | 11100011 | 1100010 | 101011 |
Color Harmonies of #0231DB
Complementary color
Monochromatic Colors of #0231DB
Black with #0231DB
Text Example
Text Example
White with #0231DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0231DB; }
p { color: rgb(2,49,219); }
H1.HeaderClassName
{
color: #0231DB;
}
.AnyTagClassName
{
color: #0231DB;
}
</style>
background-color css
<style>
a { background-color: #0231DB; }
a { background-color: rgb(2,49,219); }
div.DivClassName
{
background-color: #0231DB;
}
.BgClassName
{
background-color: #0231DB;
}
</style>
border-color css
<style>
span { border-color: #0231DB; }
span { border-color: rgb(2,49,219); }
td.TdClassName
{
border-color: #0231DB;
}
.TagClassName
{
border-color: #0231DB;
}
</style>