Html Css Color HEX #001AB9 International Klein Blue
📋 copy color: '#001AB9'red 0 ◦ green 26 ◦ blue 185
Shades of International Klein Blue #001AB9
Tints of International Klein Blue #001AB9
RGB
CMYK
RGB Variations
Color information
#001AB9 (or 0x001AB9) is known color: International Klein Blue. HEX triplet: 00, 1A and B9. RGB value is (0,26,185). Sum of RGB (Red+Green+Blue) = 0+26+185=211 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 211); Green value is 26 (10.55% from 255 or 12.32% from 211); Blue value is 185 (72.66% from 255 or 87.68% from 211); Max value from RGB is 185 - color contains mainly: blue. Hex color #001AB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001AB9 is #FFE546. Grayscale: #232323. Windows color (decimal): -16770375 or 12130816. OLE color: 12130816.
HSL color Cylindrical-coordinate representation of color #001AB9: hue angle of 231.57º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001AB9 is Cyan = 1, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 26 | 185 | - |
| CMYK | 1 | 0.86 | 0 | 0.27 |
| HSL | 231.57º | 1% | 0.36% | - |
| HSV(B) | 231.57º | 1% | 0.73% | - |
| XYZ | 9.13 | 4.24 | 46.24 | - |
| YUV | 36.35 | 211.89 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 26 | 185 | 1 | 0.86 | 0 | 0.27 | 231.57 | 1 | 0.36 |
| Hex | 0 | 1A | B9 | 64 | 56 | 0 | 1B | E8 | 64 | 24 |
| Octal | 0 | 32 | 271 | 144 | 126 | 0 | 33 | 350 | 144 | 44 |
| Binary | 0 | 11010 | 10111001 | 1100100 | 1010110 | 0 | 11011 | 11101000 | 1100100 | 100100 |
Color Harmonies of #001AB9
Complementary color
Monochromatic Colors of #001AB9
Black with #001AB9
Text Example
Text Example
White with #001AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001AB9; }
p { color: rgb(0,26,185); }
H1.HeaderClassName
{
color: #001AB9;
}
.AnyTagClassName
{
color: #001AB9;
}
</style>
background-color css
<style>
a { background-color: #001AB9; }
a { background-color: rgb(0,26,185); }
div.DivClassName
{
background-color: #001AB9;
}
.BgClassName
{
background-color: #001AB9;
}
</style>
border-color css
<style>
span { border-color: #001AB9; }
span { border-color: rgb(0,26,185); }
td.TdClassName
{
border-color: #001AB9;
}
.TagClassName
{
border-color: #001AB9;
}
</style>