Html Css Color HEX #011ABB International Klein Blue
📋 copy color: '#011ABB'red 1 ◦ green 26 ◦ blue 187
Shades of International Klein Blue #011ABB
Tints of International Klein Blue #011ABB
RGB
CMYK
RGB Variations
Color information
#011ABB (or 0x011ABB) is known color: International Klein Blue. HEX triplet: 01, 1A and BB. RGB value is (1,26,187). Sum of RGB (Red+Green+Blue) = 1+26+187=214 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 214); Green value is 26 (10.55% from 255 or 12.15% from 214); Blue value is 187 (73.44% from 255 or 87.38% from 214); Max value from RGB is 187 - color contains mainly: blue. Hex color #011ABB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #011ABB is #FEE544. Grayscale: #242424. Windows color (decimal): -16704837 or 12261889. OLE color: 12261889.
HSL color Cylindrical-coordinate representation of color #011ABB: hue angle of 231.94º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011ABB is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 26 | 187 | - |
| CMYK | 0.99 | 0.86 | 0 | 0.27 |
| HSL | 231.94º | 0.99% | 0.37% | - |
| HSV(B) | 231.94º | 0.99% | 0.73% | - |
| XYZ | 9.35 | 4.33 | 47.36 | - |
| YUV | 36.88 | 212.72 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 26 | 187 | 0.99 | 0.86 | 0 | 0.27 | 231.94 | 0.99 | 0.37 |
| Hex | 1 | 1A | BB | 63 | 56 | 0 | 1B | E8 | 63 | 25 |
| Octal | 1 | 32 | 273 | 143 | 126 | 0 | 33 | 350 | 143 | 45 |
| Binary | 1 | 11010 | 10111011 | 1100011 | 1010110 | 0 | 11011 | 11101000 | 1100011 | 100101 |
Color Harmonies of #011ABB
Complementary color
Monochromatic Colors of #011ABB
Black with #011ABB
Text Example
Text Example
White with #011ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011ABB; }
p { color: rgb(1,26,187); }
H1.HeaderClassName
{
color: #011ABB;
}
.AnyTagClassName
{
color: #011ABB;
}
</style>
background-color css
<style>
a { background-color: #011ABB; }
a { background-color: rgb(1,26,187); }
div.DivClassName
{
background-color: #011ABB;
}
.BgClassName
{
background-color: #011ABB;
}
</style>
border-color css
<style>
span { border-color: #011ABB; }
span { border-color: rgb(1,26,187); }
td.TdClassName
{
border-color: #011ABB;
}
.TagClassName
{
border-color: #011ABB;
}
</style>