Shades of Persian Blue #042ACE
Tints of Persian Blue #042ACE
RGB
CMYK
RGB Variations
Color information
#042ACE (or 0x042ACE) is known color: Persian Blue. HEX triplet: 04, 2A and CE. RGB value is (4,42,206). Sum of RGB (Red+Green+Blue) = 4+42+206=252 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.59% from 252); Green value is 42 (16.80% from 255 or 16.67% from 252); Blue value is 206 (80.86% from 255 or 81.75% from 252); Max value from RGB is 206 - color contains mainly: blue. Hex color #042ACE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #042ACE is #FBD531. Grayscale: #303030. Windows color (decimal): -16504114 or 13511172. OLE color: 13511172.
HSL color Cylindrical-coordinate representation of color #042ACE: hue angle of 228.71º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #042ACE is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 42 | 206 | - |
| CMYK | 0.98 | 0.80 | 0 | 0.19 |
| HSL | 228.71º | 0.96% | 0.41% | - |
| HSV(B) | 228.71º | 0.98% | 0.81% | - |
| XYZ | 12.02 | 6.14 | 58.94 | - |
| YUV | 49.33 | 216.41 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 42 | 206 | 0.98 | 0.80 | 0 | 0.19 | 228.71 | 0.96 | 0.41 |
| Hex | 4 | 2A | CE | 62 | 50 | 0 | 13 | E5 | 60 | 29 |
| Octal | 4 | 52 | 316 | 142 | 120 | 0 | 23 | 345 | 140 | 51 |
| Binary | 100 | 101010 | 11001110 | 1100010 | 1010000 | 0 | 10011 | 11100101 | 1100000 | 101001 |
Color Harmonies of #042ACE
Complementary color
Monochromatic Colors of #042ACE
Black with #042ACE
Text Example
Text Example
White with #042ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042ACE; }
p { color: rgb(4,42,206); }
H1.HeaderClassName
{
color: #042ACE;
}
.AnyTagClassName
{
color: #042ACE;
}
</style>
background-color css
<style>
a { background-color: #042ACE; }
a { background-color: rgb(4,42,206); }
div.DivClassName
{
background-color: #042ACE;
}
.BgClassName
{
background-color: #042ACE;
}
</style>
border-color css
<style>
span { border-color: #042ACE; }
span { border-color: rgb(4,42,206); }
td.TdClassName
{
border-color: #042ACE;
}
.TagClassName
{
border-color: #042ACE;
}
</style>