Html Css Color HEX #041AAB International Klein Blue
📋 copy color: '#041AAB'red 4 ◦ green 26 ◦ blue 171
Shades of International Klein Blue #041AAB
Tints of International Klein Blue #041AAB
RGB
CMYK
RGB Variations
Color information
#041AAB (or 0x041AAB) is known color: International Klein Blue. HEX triplet: 04, 1A and AB. RGB value is (4,26,171). Sum of RGB (Red+Green+Blue) = 4+26+171=201 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.99% from 201); Green value is 26 (10.55% from 255 or 12.94% from 201); Blue value is 171 (67.19% from 255 or 85.07% from 201); Max value from RGB is 171 - color contains mainly: blue. Hex color #041AAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #041AAB is #FBE554. Grayscale: #232323. Windows color (decimal): -16508245 or 11213316. OLE color: 11213316.
HSL color Cylindrical-coordinate representation of color #041AAB: hue angle of 232.1º 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 #041AAB is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 26 | 171 | - |
| CMYK | 0.98 | 0.85 | 0 | 0.33 |
| HSL | 232.1º | 0.95% | 0.34% | - |
| HSV(B) | 232.1º | 0.98% | 0.67% | - |
| XYZ | 7.77 | 3.7 | 38.83 | - |
| YUV | 35.95 | 204.21 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 26 | 171 | 0.98 | 0.85 | 0 | 0.33 | 232.1 | 0.95 | 0.34 |
| Hex | 4 | 1A | AB | 62 | 55 | 0 | 21 | E8 | 5F | 22 |
| Octal | 4 | 32 | 253 | 142 | 125 | 0 | 41 | 350 | 137 | 42 |
| Binary | 100 | 11010 | 10101011 | 1100010 | 1010101 | 0 | 100001 | 11101000 | 1011111 | 100010 |
Color Harmonies of #041AAB
Complementary color
Monochromatic Colors of #041AAB
Black with #041AAB
Text Example
Text Example
White with #041AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041AAB; }
p { color: rgb(4,26,171); }
H1.HeaderClassName
{
color: #041AAB;
}
.AnyTagClassName
{
color: #041AAB;
}
</style>
background-color css
<style>
a { background-color: #041AAB; }
a { background-color: rgb(4,26,171); }
div.DivClassName
{
background-color: #041AAB;
}
.BgClassName
{
background-color: #041AAB;
}
</style>
border-color css
<style>
span { border-color: #041AAB; }
span { border-color: rgb(4,26,171); }
td.TdClassName
{
border-color: #041AAB;
}
.TagClassName
{
border-color: #041AAB;
}
</style>