Html Css Color HEX #011AAA International Klein Blue
📋 copy color: '#011AAA'red 1 ◦ green 26 ◦ blue 170
Shades of International Klein Blue #011AAA
Tints of International Klein Blue #011AAA
RGB
CMYK
RGB Variations
Color information
#011AAA (or 0x011AAA) is known color: International Klein Blue. HEX triplet: 01, 1A and AA. RGB value is (1,26,170). Sum of RGB (Red+Green+Blue) = 1+26+170=197 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 197); Green value is 26 (10.55% from 255 or 13.20% from 197); Blue value is 170 (66.80% from 255 or 86.29% from 197); Max value from RGB is 170 - color contains mainly: blue. Hex color #011AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011AAA is #FEE555. Grayscale: #222222. Windows color (decimal): -16704854 or 11147777. OLE color: 11147777.
HSL color Cylindrical-coordinate representation of color #011AAA: hue angle of 231.12º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011AAA is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 26 | 170 | - |
| CMYK | 0.99 | 0.85 | 0 | 0.33 |
| HSL | 231.12º | 0.99% | 0.34% | - |
| HSV(B) | 231.12º | 0.99% | 0.67% | - |
| XYZ | 7.64 | 3.65 | 38.33 | - |
| YUV | 34.94 | 204.22 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 26 | 170 | 0.99 | 0.85 | 0 | 0.33 | 231.12 | 0.99 | 0.34 |
| Hex | 1 | 1A | AA | 63 | 55 | 0 | 21 | E7 | 63 | 22 |
| Octal | 1 | 32 | 252 | 143 | 125 | 0 | 41 | 347 | 143 | 42 |
| Binary | 1 | 11010 | 10101010 | 1100011 | 1010101 | 0 | 100001 | 11100111 | 1100011 | 100010 |
Color Harmonies of #011AAA
Complementary color
Monochromatic Colors of #011AAA
Black with #011AAA
Text Example
Text Example
White with #011AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011AAA; }
p { color: rgb(1,26,170); }
H1.HeaderClassName
{
color: #011AAA;
}
.AnyTagClassName
{
color: #011AAA;
}
</style>
background-color css
<style>
a { background-color: #011AAA; }
a { background-color: rgb(1,26,170); }
div.DivClassName
{
background-color: #011AAA;
}
.BgClassName
{
background-color: #011AAA;
}
</style>
border-color css
<style>
span { border-color: #011AAA; }
span { border-color: rgb(1,26,170); }
td.TdClassName
{
border-color: #011AAA;
}
.TagClassName
{
border-color: #011AAA;
}
</style>