Shades of Persian Blue #0230D1
Tints of Persian Blue #0230D1
RGB
CMYK
RGB Variations
Color information
#0230D1 (or 0x0230D1) is known color: Persian Blue. HEX triplet: 02, 30 and D1. RGB value is (2,48,209). Sum of RGB (Red+Green+Blue) = 2+48+209=259 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 259); Green value is 48 (19.14% from 255 or 18.53% from 259); Blue value is 209 (82.03% from 255 or 80.69% from 259); Max value from RGB is 209 - color contains mainly: blue. Hex color #0230D1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0230D1 is #FDCF2E. Grayscale: #333333. Windows color (decimal): -16633647 or 13709314. OLE color: 13709314.
HSL color Cylindrical-coordinate representation of color #0230D1: hue angle of 226.67º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0230D1 is Cyan = 0.99, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 48 | 209 | - |
| CMYK | 0.99 | 0.77 | 0 | 0.18 |
| HSL | 226.67º | 0.98% | 0.41% | - |
| HSV(B) | 226.67º | 0.99% | 0.82% | - |
| XYZ | 12.59 | 6.73 | 60.96 | - |
| YUV | 52.6 | 216.26 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 48 | 209 | 0.99 | 0.77 | 0 | 0.18 | 226.67 | 0.98 | 0.41 |
| Hex | 2 | 30 | D1 | 63 | 4D | 0 | 12 | E3 | 62 | 29 |
| Octal | 2 | 60 | 321 | 143 | 115 | 0 | 22 | 343 | 142 | 51 |
| Binary | 10 | 110000 | 11010001 | 1100011 | 1001101 | 0 | 10010 | 11100011 | 1100010 | 101001 |
Color Harmonies of #0230D1
Complementary color
Monochromatic Colors of #0230D1
Black with #0230D1
Text Example
Text Example
White with #0230D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0230D1; }
p { color: rgb(2,48,209); }
H1.HeaderClassName
{
color: #0230D1;
}
.AnyTagClassName
{
color: #0230D1;
}
</style>
background-color css
<style>
a { background-color: #0230D1; }
a { background-color: rgb(2,48,209); }
div.DivClassName
{
background-color: #0230D1;
}
.BgClassName
{
background-color: #0230D1;
}
</style>
border-color css
<style>
span { border-color: #0230D1; }
span { border-color: rgb(2,48,209); }
td.TdClassName
{
border-color: #0230D1;
}
.TagClassName
{
border-color: #0230D1;
}
</style>