Shades of Persian Blue #0231D2
Tints of Persian Blue #0231D2
RGB
CMYK
RGB Variations
Color information
#0231D2 (or 0x0231D2) is known color: Persian Blue. HEX triplet: 02, 31 and D2. RGB value is (2,49,210). Sum of RGB (Red+Green+Blue) = 2+49+210=261 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 261); Green value is 49 (19.53% from 255 or 18.77% from 261); Blue value is 210 (82.42% from 255 or 80.46% from 261); Max value from RGB is 210 - color contains mainly: blue. Hex color #0231D2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0231D2 is #FDCE2D. Grayscale: #343434. Windows color (decimal): -16633390 or 13775106. OLE color: 13775106.
HSL color Cylindrical-coordinate representation of color #0231D2: hue angle of 226.44º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0231D2 is Cyan = 0.99, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 49 | 210 | - |
| CMYK | 0.99 | 0.77 | 0 | 0.18 |
| HSL | 226.44º | 0.98% | 0.42% | - |
| HSV(B) | 226.44º | 0.99% | 0.82% | - |
| XYZ | 12.76 | 6.86 | 61.63 | - |
| YUV | 53.3 | 216.43 | 91.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 49 | 210 | 0.99 | 0.77 | 0 | 0.18 | 226.44 | 0.98 | 0.42 |
| Hex | 2 | 31 | D2 | 63 | 4D | 0 | 12 | E2 | 62 | 2A |
| Octal | 2 | 61 | 322 | 143 | 115 | 0 | 22 | 342 | 142 | 52 |
| Binary | 10 | 110001 | 11010010 | 1100011 | 1001101 | 0 | 10010 | 11100010 | 1100010 | 101010 |
Color Harmonies of #0231D2
Complementary color
Monochromatic Colors of #0231D2
Black with #0231D2
Text Example
Text Example
White with #0231D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0231D2; }
p { color: rgb(2,49,210); }
H1.HeaderClassName
{
color: #0231D2;
}
.AnyTagClassName
{
color: #0231D2;
}
</style>
background-color css
<style>
a { background-color: #0231D2; }
a { background-color: rgb(2,49,210); }
div.DivClassName
{
background-color: #0231D2;
}
.BgClassName
{
background-color: #0231D2;
}
</style>
border-color css
<style>
span { border-color: #0231D2; }
span { border-color: rgb(2,49,210); }
td.TdClassName
{
border-color: #0231D2;
}
.TagClassName
{
border-color: #0231D2;
}
</style>