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