Html Css Color HEX #011BBC International Klein Blue
📋 copy color: '#011BBC'red 1 ◦ green 27 ◦ blue 188
Shades of International Klein Blue #011BBC
Tints of International Klein Blue #011BBC
RGB
CMYK
RGB Variations
Color information
#011BBC (or 0x011BBC) is known color: International Klein Blue. HEX triplet: 01, 1B and BC. RGB value is (1,27,188). Sum of RGB (Red+Green+Blue) = 1+27+188=216 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 216); Green value is 27 (10.94% from 255 or 12.5% from 216); Blue value is 188 (73.83% from 255 or 87.04% from 216); Max value from RGB is 188 - color contains mainly: blue. Hex color #011BBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #011BBC is #FEE443. Grayscale: #242424. Windows color (decimal): -16704580 or 12327681. OLE color: 12327681.
HSL color Cylindrical-coordinate representation of color #011BBC: hue angle of 231.66º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011BBC is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 27 | 188 | - |
| CMYK | 0.99 | 0.86 | 0 | 0.26 |
| HSL | 231.66º | 0.99% | 0.37% | - |
| HSV(B) | 231.66º | 0.99% | 0.74% | - |
| XYZ | 9.48 | 4.42 | 47.93 | - |
| YUV | 37.58 | 212.89 | 101.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 27 | 188 | 0.99 | 0.86 | 0 | 0.26 | 231.66 | 0.99 | 0.37 |
| Hex | 1 | 1B | BC | 63 | 56 | 0 | 1A | E8 | 63 | 25 |
| Octal | 1 | 33 | 274 | 143 | 126 | 0 | 32 | 350 | 143 | 45 |
| Binary | 1 | 11011 | 10111100 | 1100011 | 1010110 | 0 | 11010 | 11101000 | 1100011 | 100101 |
Color Harmonies of #011BBC
Complementary color
Monochromatic Colors of #011BBC
Black with #011BBC
Text Example
Text Example
White with #011BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011BBC; }
p { color: rgb(1,27,188); }
H1.HeaderClassName
{
color: #011BBC;
}
.AnyTagClassName
{
color: #011BBC;
}
</style>
background-color css
<style>
a { background-color: #011BBC; }
a { background-color: rgb(1,27,188); }
div.DivClassName
{
background-color: #011BBC;
}
.BgClassName
{
background-color: #011BBC;
}
</style>
border-color css
<style>
span { border-color: #011BBC; }
span { border-color: rgb(1,27,188); }
td.TdClassName
{
border-color: #011BBC;
}
.TagClassName
{
border-color: #011BBC;
}
</style>