Shades of Persian Blue #0242D1
Tints of Persian Blue #0242D1
RGB
CMYK
RGB Variations
Color information
#0242D1 (or 0x0242D1) is known color: Persian Blue. HEX triplet: 02, 42 and D1. RGB value is (2,66,209). Sum of RGB (Red+Green+Blue) = 2+66+209=277 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 277); Green value is 66 (26.17% from 255 or 23.83% from 277); Blue value is 209 (82.03% from 255 or 75.45% from 277); Max value from RGB is 209 - color contains mainly: blue. Hex color #0242D1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0242D1 is #FDBD2E. Grayscale: #3E3E3E. Windows color (decimal): -16629039 or 13713922. OLE color: 13713922.
HSL color Cylindrical-coordinate representation of color #0242D1: hue angle of 221.45º 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 #0242D1 is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 66 | 209 | - |
| CMYK | 0.99 | 0.68 | 0 | 0.18 |
| HSL | 221.45º | 0.98% | 0.41% | - |
| HSV(B) | 221.45º | 0.99% | 0.82% | - |
| XYZ | 13.48 | 8.51 | 61.25 | - |
| YUV | 63.17 | 210.3 | 84.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 66 | 209 | 0.99 | 0.68 | 0 | 0.18 | 221.45 | 0.98 | 0.41 |
| Hex | 2 | 42 | D1 | 63 | 44 | 0 | 12 | DD | 62 | 29 |
| Octal | 2 | 102 | 321 | 143 | 104 | 0 | 22 | 335 | 142 | 51 |
| Binary | 10 | 1000010 | 11010001 | 1100011 | 1000100 | 0 | 10010 | 11011101 | 1100010 | 101001 |
Color Harmonies of #0242D1
Complementary color
Monochromatic Colors of #0242D1
Black with #0242D1
Text Example
Text Example
White with #0242D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0242D1; }
p { color: rgb(2,66,209); }
H1.HeaderClassName
{
color: #0242D1;
}
.AnyTagClassName
{
color: #0242D1;
}
</style>
background-color css
<style>
a { background-color: #0242D1; }
a { background-color: rgb(2,66,209); }
div.DivClassName
{
background-color: #0242D1;
}
.BgClassName
{
background-color: #0242D1;
}
</style>
border-color css
<style>
span { border-color: #0242D1; }
span { border-color: rgb(2,66,209); }
td.TdClassName
{
border-color: #0242D1;
}
.TagClassName
{
border-color: #0242D1;
}
</style>