Html Css Color HEX #011B99 International Klein Blue
📋 copy color: '#011B99'red 1 ◦ green 27 ◦ blue 153
Shades of International Klein Blue #011B99
Tints of International Klein Blue #011B99
RGB
CMYK
RGB Variations
Color information
#011B99 (or 0x011B99) is known color: International Klein Blue. HEX triplet: 01, 1B and 99. RGB value is (1,27,153). Sum of RGB (Red+Green+Blue) = 1+27+153=181 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 181); Green value is 27 (10.94% from 255 or 14.92% from 181); Blue value is 153 (60.16% from 255 or 84.53% from 181); Max value from RGB is 153 - color contains mainly: blue. Hex color #011B99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011B99 is #FEE466. Grayscale: #212121. Windows color (decimal): -16704615 or 10033921. OLE color: 10033921.
HSL color Cylindrical-coordinate representation of color #011B99: hue angle of 229.74º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011B99 is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 1 | 27 | 153 | - |
| CMYK | 0.99 | 0.82 | 0 | 0.4 |
| HSL | 229.74º | 0.99% | 0.3% | - |
| HSV(B) | 229.74º | 0.99% | 0.6% | - |
| XYZ | 6.15 | 3.09 | 30.41 | - |
| YUV | 33.59 | 195.39 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 27 | 153 | 0.99 | 0.82 | 0 | 0.4 | 229.74 | 0.99 | 0.3 |
| Hex | 1 | 1B | 99 | 63 | 52 | 0 | 28 | E6 | 63 | 1E |
| Octal | 1 | 33 | 231 | 143 | 122 | 0 | 50 | 346 | 143 | 36 |
| Binary | 1 | 11011 | 10011001 | 1100011 | 1010010 | 0 | 101000 | 11100110 | 1100011 | 11110 |
Color Harmonies of #011B99
Complementary color
Monochromatic Colors of #011B99
Black with #011B99
Text Example
Text Example
White with #011B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011B99; }
p { color: rgb(1,27,153); }
H1.HeaderClassName
{
color: #011B99;
}
.AnyTagClassName
{
color: #011B99;
}
</style>
background-color css
<style>
a { background-color: #011B99; }
a { background-color: rgb(1,27,153); }
div.DivClassName
{
background-color: #011B99;
}
.BgClassName
{
background-color: #011B99;
}
</style>
border-color css
<style>
span { border-color: #011B99; }
span { border-color: rgb(1,27,153); }
td.TdClassName
{
border-color: #011B99;
}
.TagClassName
{
border-color: #011B99;
}
</style>