Shades of Blue #042BEA
Tints of Blue #042BEA
RGB
CMYK
RGB Variations
Color information
#042BEA (or 0x042BEA) is known color: Blue. HEX triplet: 04, 2B and EA. RGB value is (4,43,234). Sum of RGB (Red+Green+Blue) = 4+43+234=281 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.42% from 281); Green value is 43 (17.19% from 255 or 15.30% from 281); Blue value is 234 (91.80% from 255 or 83.27% from 281); Max value from RGB is 234 - color contains mainly: blue. Hex color #042BEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #042BEA is #FBD415. Grayscale: #343434. Windows color (decimal): -16503830 or 15346436. OLE color: 15346436.
HSL color Cylindrical-coordinate representation of color #042BEA: hue angle of 229.83º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #042BEA is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 4 | 43 | 234 | - |
| CMYK | 0.98 | 0.82 | 0 | 0.08 |
| HSL | 229.83º | 0.97% | 0.47% | - |
| HSV(B) | 229.83º | 0.98% | 0.92% | - |
| XYZ | 15.77 | 7.69 | 78.5 | - |
| YUV | 53.11 | 230.08 | 92.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 43 | 234 | 0.98 | 0.82 | 0 | 0.08 | 229.83 | 0.97 | 0.47 |
| Hex | 4 | 2B | EA | 62 | 52 | 0 | 8 | E6 | 61 | 2F |
| Octal | 4 | 53 | 352 | 142 | 122 | 0 | 10 | 346 | 141 | 57 |
| Binary | 100 | 101011 | 11101010 | 1100010 | 1010010 | 0 | 1000 | 11100110 | 1100001 | 101111 |
Color Harmonies of #042BEA
Complementary color
Monochromatic Colors of #042BEA
Black with #042BEA
Text Example
Text Example
White with #042BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042BEA; }
p { color: rgb(4,43,234); }
H1.HeaderClassName
{
color: #042BEA;
}
.AnyTagClassName
{
color: #042BEA;
}
</style>
background-color css
<style>
a { background-color: #042BEA; }
a { background-color: rgb(4,43,234); }
div.DivClassName
{
background-color: #042BEA;
}
.BgClassName
{
background-color: #042BEA;
}
</style>
border-color css
<style>
span { border-color: #042BEA; }
span { border-color: rgb(4,43,234); }
td.TdClassName
{
border-color: #042BEA;
}
.TagClassName
{
border-color: #042BEA;
}
</style>