Html Css Color HEX #001AAC International Klein Blue
📋 copy color: '#001AAC'red 0 ◦ green 26 ◦ blue 172
Shades of International Klein Blue #001AAC
Tints of International Klein Blue #001AAC
RGB
CMYK
RGB Variations
Color information
#001AAC (or 0x001AAC) is known color: International Klein Blue. HEX triplet: 00, 1A and AC. RGB value is (0,26,172). Sum of RGB (Red+Green+Blue) = 0+26+172=198 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 198); Green value is 26 (10.55% from 255 or 13.13% from 198); Blue value is 172 (67.58% from 255 or 86.87% from 198); Max value from RGB is 172 - color contains mainly: blue. Hex color #001AAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001AAC is #FFE553. Grayscale: #222222. Windows color (decimal): -16770388 or 11278848. OLE color: 11278848.
HSL color Cylindrical-coordinate representation of color #001AAC: hue angle of 230.93º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001AAC is Cyan = 1, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 26 | 172 | - |
| CMYK | 1 | 0.85 | 0 | 0.33 |
| HSL | 230.93º | 1% | 0.34% | - |
| HSV(B) | 230.93º | 1% | 0.67% | - |
| XYZ | 7.82 | 3.72 | 39.34 | - |
| YUV | 34.87 | 205.39 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 26 | 172 | 1 | 0.85 | 0 | 0.33 | 230.93 | 1 | 0.34 |
| Hex | 0 | 1A | AC | 64 | 55 | 0 | 21 | E7 | 64 | 22 |
| Octal | 0 | 32 | 254 | 144 | 125 | 0 | 41 | 347 | 144 | 42 |
| Binary | 0 | 11010 | 10101100 | 1100100 | 1010101 | 0 | 100001 | 11100111 | 1100100 | 100010 |
Color Harmonies of #001AAC
Complementary color
Monochromatic Colors of #001AAC
Black with #001AAC
Text Example
Text Example
White with #001AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001AAC; }
p { color: rgb(0,26,172); }
H1.HeaderClassName
{
color: #001AAC;
}
.AnyTagClassName
{
color: #001AAC;
}
</style>
background-color css
<style>
a { background-color: #001AAC; }
a { background-color: rgb(0,26,172); }
div.DivClassName
{
background-color: #001AAC;
}
.BgClassName
{
background-color: #001AAC;
}
</style>
border-color css
<style>
span { border-color: #001AAC; }
span { border-color: rgb(0,26,172); }
td.TdClassName
{
border-color: #001AAC;
}
.TagClassName
{
border-color: #001AAC;
}
</style>