Html Css Color HEX #011BA1 International Klein Blue
📋 copy color: '#011BA1'red 1 ◦ green 27 ◦ blue 161
Shades of International Klein Blue #011BA1
Tints of International Klein Blue #011BA1
RGB
CMYK
RGB Variations
Color information
#011BA1 (or 0x011BA1) is known color: International Klein Blue. HEX triplet: 01, 1B and A1. RGB value is (1,27,161). Sum of RGB (Red+Green+Blue) = 1+27+161=189 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 189); Green value is 27 (10.94% from 255 or 14.29% from 189); Blue value is 161 (63.28% from 255 or 85.19% from 189); Max value from RGB is 161 - color contains mainly: blue. Hex color #011BA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011BA1 is #FEE45E. Grayscale: #212121. Windows color (decimal): -16704607 or 10558209. OLE color: 10558209.
HSL color Cylindrical-coordinate representation of color #011BA1: hue angle of 230.25º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011BA1 is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 1 | 27 | 161 | - |
| CMYK | 0.99 | 0.83 | 0 | 0.37 |
| HSL | 230.25º | 0.99% | 0.32% | - |
| HSV(B) | 230.25º | 0.99% | 0.63% | - |
| XYZ | 6.84 | 3.36 | 34.01 | - |
| YUV | 34.5 | 199.39 | 104.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 27 | 161 | 0.99 | 0.83 | 0 | 0.37 | 230.25 | 0.99 | 0.32 |
| Hex | 1 | 1B | A1 | 63 | 53 | 0 | 25 | E6 | 63 | 20 |
| Octal | 1 | 33 | 241 | 143 | 123 | 0 | 45 | 346 | 143 | 40 |
| Binary | 1 | 11011 | 10100001 | 1100011 | 1010011 | 0 | 100101 | 11100110 | 1100011 | 100000 |
Color Harmonies of #011BA1
Complementary color
Monochromatic Colors of #011BA1
Black with #011BA1
Text Example
Text Example
White with #011BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011BA1; }
p { color: rgb(1,27,161); }
H1.HeaderClassName
{
color: #011BA1;
}
.AnyTagClassName
{
color: #011BA1;
}
</style>
background-color css
<style>
a { background-color: #011BA1; }
a { background-color: rgb(1,27,161); }
div.DivClassName
{
background-color: #011BA1;
}
.BgClassName
{
background-color: #011BA1;
}
</style>
border-color css
<style>
span { border-color: #011BA1; }
span { border-color: rgb(1,27,161); }
td.TdClassName
{
border-color: #011BA1;
}
.TagClassName
{
border-color: #011BA1;
}
</style>