Html Css Color HEX #001AAF International Klein Blue
📋 copy color: '#001AAF'red 0 ◦ green 26 ◦ blue 175
Shades of International Klein Blue #001AAF
Tints of International Klein Blue #001AAF
RGB
CMYK
RGB Variations
Color information
#001AAF (or 0x001AAF) is known color: International Klein Blue. HEX triplet: 00, 1A and AF. RGB value is (0,26,175). Sum of RGB (Red+Green+Blue) = 0+26+175=201 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 201); Green value is 26 (10.55% from 255 or 12.94% from 201); Blue value is 175 (68.75% from 255 or 87.06% from 201); Max value from RGB is 175 - color contains mainly: blue. Hex color #001AAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001AAF is #FFE550. Grayscale: #222222. Windows color (decimal): -16770385 or 11475456. OLE color: 11475456.
HSL color Cylindrical-coordinate representation of color #001AAF: hue angle of 231.09º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001AAF is Cyan = 1, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 0 | 26 | 175 | - |
| CMYK | 1 | 0.85 | 0 | 0.31 |
| HSL | 231.09º | 1% | 0.34% | - |
| HSV(B) | 231.09º | 1% | 0.69% | - |
| XYZ | 8.11 | 3.83 | 40.87 | - |
| YUV | 35.21 | 206.89 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 26 | 175 | 1 | 0.85 | 0 | 0.31 | 231.09 | 1 | 0.34 |
| Hex | 0 | 1A | AF | 64 | 55 | 0 | 1F | E7 | 64 | 22 |
| Octal | 0 | 32 | 257 | 144 | 125 | 0 | 37 | 347 | 144 | 42 |
| Binary | 0 | 11010 | 10101111 | 1100100 | 1010101 | 0 | 11111 | 11100111 | 1100100 | 100010 |
Color Harmonies of #001AAF
Complementary color
Monochromatic Colors of #001AAF
Black with #001AAF
Text Example
Text Example
White with #001AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001AAF; }
p { color: rgb(0,26,175); }
H1.HeaderClassName
{
color: #001AAF;
}
.AnyTagClassName
{
color: #001AAF;
}
</style>
background-color css
<style>
a { background-color: #001AAF; }
a { background-color: rgb(0,26,175); }
div.DivClassName
{
background-color: #001AAF;
}
.BgClassName
{
background-color: #001AAF;
}
</style>
border-color css
<style>
span { border-color: #001AAF; }
span { border-color: rgb(0,26,175); }
td.TdClassName
{
border-color: #001AAF;
}
.TagClassName
{
border-color: #001AAF;
}
</style>