Shades of Persian Blue #143CE3
Tints of Persian Blue #143CE3
RGB
CMYK
RGB Variations
Color information
#143CE3 (or 0x143CE3) is known color: Persian Blue. HEX triplet: 14, 3C and E3. RGB value is (20,60,227). Sum of RGB (Red+Green+Blue) = 20+60+227=307 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.51% from 307); Green value is 60 (23.83% from 255 or 19.54% from 307); Blue value is 227 (89.06% from 255 or 73.94% from 307); Max value from RGB is 227 - color contains mainly: blue. Hex color #143CE3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143CE3 is #EBC31C. Grayscale: #424242. Windows color (decimal): -15450909 or 14892052. OLE color: 14892052.
HSL color Cylindrical-coordinate representation of color #143CE3: hue angle of 228.41º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #143CE3 is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 20 | 60 | 227 | - |
| CMYK | 0.91 | 0.74 | 0 | 0.11 |
| HSL | 228.41º | 0.84% | 0.48% | - |
| HSV(B) | 228.41º | 0.91% | 0.89% | - |
| XYZ | 15.77 | 8.93 | 73.56 | - |
| YUV | 67.08 | 218.25 | 94.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 60 | 227 | 0.91 | 0.74 | 0 | 0.11 | 228.41 | 0.84 | 0.48 |
| Hex | 14 | 3C | E3 | 5B | 4A | 0 | B | E4 | 54 | 30 |
| Octal | 24 | 74 | 343 | 133 | 112 | 0 | 13 | 344 | 124 | 60 |
| Binary | 10100 | 111100 | 11100011 | 1011011 | 1001010 | 0 | 1011 | 11100100 | 1010100 | 110000 |
Color Harmonies of #143CE3
Complementary color
Monochromatic Colors of #143CE3
Black with #143CE3
Text Example
Text Example
White with #143CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143CE3; }
p { color: rgb(20,60,227); }
H1.HeaderClassName
{
color: #143CE3;
}
.AnyTagClassName
{
color: #143CE3;
}
</style>
background-color css
<style>
a { background-color: #143CE3; }
a { background-color: rgb(20,60,227); }
div.DivClassName
{
background-color: #143CE3;
}
.BgClassName
{
background-color: #143CE3;
}
</style>
border-color css
<style>
span { border-color: #143CE3; }
span { border-color: rgb(20,60,227); }
td.TdClassName
{
border-color: #143CE3;
}
.TagClassName
{
border-color: #143CE3;
}
</style>