Html Css Color HEX #011AAC International Klein Blue
📋 copy color: '#011AAC'red 1 ◦ green 26 ◦ blue 172
Shades of International Klein Blue #011AAC
Tints of International Klein Blue #011AAC
RGB
CMYK
RGB Variations
Color information
#011AAC (or 0x011AAC) is known color: International Klein Blue. HEX triplet: 01, 1A and AC. RGB value is (1,26,172). Sum of RGB (Red+Green+Blue) = 1+26+172=199 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 199); Green value is 26 (10.55% from 255 or 13.07% from 199); Blue value is 172 (67.58% from 255 or 86.43% from 199); Max value from RGB is 172 - color contains mainly: blue. Hex color #011AAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011AAC is #FEE553. Grayscale: #222222. Windows color (decimal): -16704852 or 11278849. OLE color: 11278849.
HSL color Cylindrical-coordinate representation of color #011AAC: hue angle of 231.23º 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 #011AAC is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 26 | 172 | - |
| CMYK | 0.99 | 0.85 | 0 | 0.33 |
| HSL | 231.23º | 0.99% | 0.34% | - |
| HSV(B) | 231.23º | 0.99% | 0.67% | - |
| XYZ | 7.83 | 3.72 | 39.34 | - |
| YUV | 35.17 | 205.22 | 103.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 26 | 172 | 0.99 | 0.85 | 0 | 0.33 | 231.23 | 0.99 | 0.34 |
| Hex | 1 | 1A | AC | 63 | 55 | 0 | 21 | E7 | 63 | 22 |
| Octal | 1 | 32 | 254 | 143 | 125 | 0 | 41 | 347 | 143 | 42 |
| Binary | 1 | 11010 | 10101100 | 1100011 | 1010101 | 0 | 100001 | 11100111 | 1100011 | 100010 |
Color Harmonies of #011AAC
Complementary color
Monochromatic Colors of #011AAC
Black with #011AAC
Text Example
Text Example
White with #011AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011AAC; }
p { color: rgb(1,26,172); }
H1.HeaderClassName
{
color: #011AAC;
}
.AnyTagClassName
{
color: #011AAC;
}
</style>
background-color css
<style>
a { background-color: #011AAC; }
a { background-color: rgb(1,26,172); }
div.DivClassName
{
background-color: #011AAC;
}
.BgClassName
{
background-color: #011AAC;
}
</style>
border-color css
<style>
span { border-color: #011AAC; }
span { border-color: rgb(1,26,172); }
td.TdClassName
{
border-color: #011AAC;
}
.TagClassName
{
border-color: #011AAC;
}
</style>