Html Css Color HEX #011BBA International Klein Blue
📋 copy color: '#011BBA'red 1 ◦ green 27 ◦ blue 186
Shades of International Klein Blue #011BBA
Tints of International Klein Blue #011BBA
RGB
CMYK
RGB Variations
Color information
#011BBA (or 0x011BBA) is known color: International Klein Blue. HEX triplet: 01, 1B and BA. RGB value is (1,27,186). Sum of RGB (Red+Green+Blue) = 1+27+186=214 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 214); Green value is 27 (10.94% from 255 or 12.62% from 214); Blue value is 186 (73.05% from 255 or 86.92% from 214); Max value from RGB is 186 - color contains mainly: blue. Hex color #011BBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #011BBA is #FEE445. Grayscale: #242424. Windows color (decimal): -16704582 or 12196609. OLE color: 12196609.
HSL color Cylindrical-coordinate representation of color #011BBA: hue angle of 231.57º 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 #011BBA is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 27 | 186 | - |
| CMYK | 0.99 | 0.85 | 0 | 0.27 |
| HSL | 231.57º | 0.99% | 0.37% | - |
| HSV(B) | 231.57º | 0.99% | 0.73% | - |
| XYZ | 9.27 | 4.34 | 46.8 | - |
| YUV | 37.35 | 211.89 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 27 | 186 | 0.99 | 0.85 | 0 | 0.27 | 231.57 | 0.99 | 0.37 |
| Hex | 1 | 1B | BA | 63 | 55 | 0 | 1B | E8 | 63 | 25 |
| Octal | 1 | 33 | 272 | 143 | 125 | 0 | 33 | 350 | 143 | 45 |
| Binary | 1 | 11011 | 10111010 | 1100011 | 1010101 | 0 | 11011 | 11101000 | 1100011 | 100101 |
Color Harmonies of #011BBA
Complementary color
Monochromatic Colors of #011BBA
Black with #011BBA
Text Example
Text Example
White with #011BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011BBA; }
p { color: rgb(1,27,186); }
H1.HeaderClassName
{
color: #011BBA;
}
.AnyTagClassName
{
color: #011BBA;
}
</style>
background-color css
<style>
a { background-color: #011BBA; }
a { background-color: rgb(1,27,186); }
div.DivClassName
{
background-color: #011BBA;
}
.BgClassName
{
background-color: #011BBA;
}
</style>
border-color css
<style>
span { border-color: #011BBA; }
span { border-color: rgb(1,27,186); }
td.TdClassName
{
border-color: #011BBA;
}
.TagClassName
{
border-color: #011BBA;
}
</style>