Html Css Color HEX #001AB8 International Klein Blue
📋 copy color: '#001AB8'red 0 ◦ green 26 ◦ blue 184
Shades of International Klein Blue #001AB8
Tints of International Klein Blue #001AB8
RGB
CMYK
RGB Variations
Color information
#001AB8 (or 0x001AB8) is known color: International Klein Blue. HEX triplet: 00, 1A and B8. RGB value is (0,26,184). Sum of RGB (Red+Green+Blue) = 0+26+184=210 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 210); Green value is 26 (10.55% from 255 or 12.38% from 210); Blue value is 184 (72.27% from 255 or 87.62% from 210); Max value from RGB is 184 - color contains mainly: blue. Hex color #001AB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001AB8 is #FFE547. Grayscale: #232323. Windows color (decimal): -16770376 or 12065280. OLE color: 12065280.
HSL color Cylindrical-coordinate representation of color #001AB8: hue angle of 231.52º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001AB8 is Cyan = 1, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 0 | 26 | 184 | - |
| CMYK | 1 | 0.86 | 0 | 0.28 |
| HSL | 231.52º | 1% | 0.36% | - |
| HSV(B) | 231.52º | 1% | 0.72% | - |
| XYZ | 9.02 | 4.2 | 45.68 | - |
| YUV | 36.24 | 211.39 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 26 | 184 | 1 | 0.86 | 0 | 0.28 | 231.52 | 1 | 0.36 |
| Hex | 0 | 1A | B8 | 64 | 56 | 0 | 1C | E8 | 64 | 24 |
| Octal | 0 | 32 | 270 | 144 | 126 | 0 | 34 | 350 | 144 | 44 |
| Binary | 0 | 11010 | 10111000 | 1100100 | 1010110 | 0 | 11100 | 11101000 | 1100100 | 100100 |
Color Harmonies of #001AB8
Complementary color
Monochromatic Colors of #001AB8
Black with #001AB8
Text Example
Text Example
White with #001AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001AB8; }
p { color: rgb(0,26,184); }
H1.HeaderClassName
{
color: #001AB8;
}
.AnyTagClassName
{
color: #001AB8;
}
</style>
background-color css
<style>
a { background-color: #001AB8; }
a { background-color: rgb(0,26,184); }
div.DivClassName
{
background-color: #001AB8;
}
.BgClassName
{
background-color: #001AB8;
}
</style>
border-color css
<style>
span { border-color: #001AB8; }
span { border-color: rgb(0,26,184); }
td.TdClassName
{
border-color: #001AB8;
}
.TagClassName
{
border-color: #001AB8;
}
</style>