Html Css Color HEX #011FBB International Klein Blue
📋 copy color: '#011FBB'red 1 ◦ green 31 ◦ blue 187
Shades of International Klein Blue #011FBB
Tints of International Klein Blue #011FBB
RGB
CMYK
RGB Variations
Color information
#011FBB (or 0x011FBB) is known color: International Klein Blue. HEX triplet: 01, 1F and BB. RGB value is (1,31,187). Sum of RGB (Red+Green+Blue) = 1+31+187=219 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 219); Green value is 31 (12.5% from 255 or 14.16% from 219); Blue value is 187 (73.44% from 255 or 85.39% from 219); Max value from RGB is 187 - color contains mainly: blue. Hex color #011FBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #011FBB is #FEE044. Grayscale: #272727. Windows color (decimal): -16703557 or 12263169. OLE color: 12263169.
HSL color Cylindrical-coordinate representation of color #011FBB: hue angle of 230.32º 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 #011FBB is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 31 | 187 | - |
| CMYK | 0.99 | 0.83 | 0 | 0.27 |
| HSL | 230.32º | 0.99% | 0.37% | - |
| HSV(B) | 230.32º | 0.99% | 0.73% | - |
| XYZ | 9.47 | 4.57 | 47.4 | - |
| YUV | 39.81 | 211.06 | 100.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 31 | 187 | 0.99 | 0.83 | 0 | 0.27 | 230.32 | 0.99 | 0.37 |
| Hex | 1 | 1F | BB | 63 | 53 | 0 | 1B | E6 | 63 | 25 |
| Octal | 1 | 37 | 273 | 143 | 123 | 0 | 33 | 346 | 143 | 45 |
| Binary | 1 | 11111 | 10111011 | 1100011 | 1010011 | 0 | 11011 | 11100110 | 1100011 | 100101 |
Color Harmonies of #011FBB
Complementary color
Monochromatic Colors of #011FBB
Black with #011FBB
Text Example
Text Example
White with #011FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011FBB; }
p { color: rgb(1,31,187); }
H1.HeaderClassName
{
color: #011FBB;
}
.AnyTagClassName
{
color: #011FBB;
}
</style>
background-color css
<style>
a { background-color: #011FBB; }
a { background-color: rgb(1,31,187); }
div.DivClassName
{
background-color: #011FBB;
}
.BgClassName
{
background-color: #011FBB;
}
</style>
border-color css
<style>
span { border-color: #011FBB; }
span { border-color: rgb(1,31,187); }
td.TdClassName
{
border-color: #011FBB;
}
.TagClassName
{
border-color: #011FBB;
}
</style>