Html Css Color HEX #041AAA International Klein Blue
📋 copy color: '#041AAA'red 4 ◦ green 26 ◦ blue 170
Shades of International Klein Blue #041AAA
Tints of International Klein Blue #041AAA
RGB
CMYK
RGB Variations
Color information
#041AAA (or 0x041AAA) is known color: International Klein Blue. HEX triplet: 04, 1A and AA. RGB value is (4,26,170). Sum of RGB (Red+Green+Blue) = 4+26+170=200 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2% from 200); Green value is 26 (10.55% from 255 or 13% from 200); Blue value is 170 (66.80% from 255 or 85% from 200); Max value from RGB is 170 - color contains mainly: blue. Hex color #041AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #041AAA is #FBE555. Grayscale: #232323. Windows color (decimal): -16508246 or 11147780. OLE color: 11147780.
HSL color Cylindrical-coordinate representation of color #041AAA: hue angle of 232.05º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #041AAA is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 26 | 170 | - |
| CMYK | 0.98 | 0.85 | 0 | 0.33 |
| HSL | 232.05º | 0.95% | 0.34% | - |
| HSV(B) | 232.05º | 0.98% | 0.67% | - |
| XYZ | 7.68 | 3.67 | 38.33 | - |
| YUV | 35.84 | 203.71 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 26 | 170 | 0.98 | 0.85 | 0 | 0.33 | 232.05 | 0.95 | 0.34 |
| Hex | 4 | 1A | AA | 62 | 55 | 0 | 21 | E8 | 5F | 22 |
| Octal | 4 | 32 | 252 | 142 | 125 | 0 | 41 | 350 | 137 | 42 |
| Binary | 100 | 11010 | 10101010 | 1100010 | 1010101 | 0 | 100001 | 11101000 | 1011111 | 100010 |
Color Harmonies of #041AAA
Complementary color
Monochromatic Colors of #041AAA
Black with #041AAA
Text Example
Text Example
White with #041AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041AAA; }
p { color: rgb(4,26,170); }
H1.HeaderClassName
{
color: #041AAA;
}
.AnyTagClassName
{
color: #041AAA;
}
</style>
background-color css
<style>
a { background-color: #041AAA; }
a { background-color: rgb(4,26,170); }
div.DivClassName
{
background-color: #041AAA;
}
.BgClassName
{
background-color: #041AAA;
}
</style>
border-color css
<style>
span { border-color: #041AAA; }
span { border-color: rgb(4,26,170); }
td.TdClassName
{
border-color: #041AAA;
}
.TagClassName
{
border-color: #041AAA;
}
</style>