Html Css Color HEX #042FA1 International Klein Blue
📋 copy color: '#042FA1'red 4 ◦ green 47 ◦ blue 161
Shades of International Klein Blue #042FA1
Tints of International Klein Blue #042FA1
RGB
CMYK
RGB Variations
Color information
#042FA1 (or 0x042FA1) is known color: International Klein Blue. HEX triplet: 04, 2F and A1. RGB value is (4,47,161). Sum of RGB (Red+Green+Blue) = 4+47+161=212 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.89% from 212); Green value is 47 (18.75% from 255 or 22.17% from 212); Blue value is 161 (63.28% from 255 or 75.94% from 212); Max value from RGB is 161 - color contains mainly: blue. Hex color #042FA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042FA1 is #FBD05E. Grayscale: #2E2E2E. Windows color (decimal): -16502879 or 10563332. OLE color: 10563332.
HSL color Cylindrical-coordinate representation of color #042FA1: hue angle of 223.57º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #042FA1 is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 4 | 47 | 161 | - |
| CMYK | 0.98 | 0.71 | 0 | 0.37 |
| HSL | 223.57º | 0.95% | 0.32% | - |
| HSV(B) | 223.57º | 0.98% | 0.63% | - |
| XYZ | 7.5 | 4.63 | 34.22 | - |
| YUV | 47.14 | 192.25 | 97.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 47 | 161 | 0.98 | 0.71 | 0 | 0.37 | 223.57 | 0.95 | 0.32 |
| Hex | 4 | 2F | A1 | 62 | 47 | 0 | 25 | E0 | 5F | 20 |
| Octal | 4 | 57 | 241 | 142 | 107 | 0 | 45 | 340 | 137 | 40 |
| Binary | 100 | 101111 | 10100001 | 1100010 | 1000111 | 0 | 100101 | 11100000 | 1011111 | 100000 |
Color Harmonies of #042FA1
Complementary color
Monochromatic Colors of #042FA1
Black with #042FA1
Text Example
Text Example
White with #042FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042FA1; }
p { color: rgb(4,47,161); }
H1.HeaderClassName
{
color: #042FA1;
}
.AnyTagClassName
{
color: #042FA1;
}
</style>
background-color css
<style>
a { background-color: #042FA1; }
a { background-color: rgb(4,47,161); }
div.DivClassName
{
background-color: #042FA1;
}
.BgClassName
{
background-color: #042FA1;
}
</style>
border-color css
<style>
span { border-color: #042FA1; }
span { border-color: rgb(4,47,161); }
td.TdClassName
{
border-color: #042FA1;
}
.TagClassName
{
border-color: #042FA1;
}
</style>