Html Css Color HEX #011CBC International Klein Blue
📋 copy color: '#011CBC'red 1 ◦ green 28 ◦ blue 188
Shades of International Klein Blue #011CBC
Tints of International Klein Blue #011CBC
RGB
CMYK
RGB Variations
Color information
#011CBC (or 0x011CBC) is known color: International Klein Blue. HEX triplet: 01, 1C and BC. RGB value is (1,28,188). Sum of RGB (Red+Green+Blue) = 1+28+188=217 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 217); Green value is 28 (11.33% from 255 or 12.90% from 217); Blue value is 188 (73.83% from 255 or 86.64% from 217); Max value from RGB is 188 - color contains mainly: blue. Hex color #011CBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #011CBC is #FEE343. Grayscale: #252525. Windows color (decimal): -16704324 or 12327937. OLE color: 12327937.
HSL color Cylindrical-coordinate representation of color #011CBC: hue angle of 231.34º 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 #011CBC is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 28 | 188 | - |
| CMYK | 0.99 | 0.85 | 0 | 0.26 |
| HSL | 231.34º | 0.99% | 0.37% | - |
| HSV(B) | 231.34º | 0.99% | 0.74% | - |
| XYZ | 9.5 | 4.47 | 47.94 | - |
| YUV | 38.17 | 212.55 | 101.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 28 | 188 | 0.99 | 0.85 | 0 | 0.26 | 231.34 | 0.99 | 0.37 |
| Hex | 1 | 1C | BC | 63 | 55 | 0 | 1A | E7 | 63 | 25 |
| Octal | 1 | 34 | 274 | 143 | 125 | 0 | 32 | 347 | 143 | 45 |
| Binary | 1 | 11100 | 10111100 | 1100011 | 1010101 | 0 | 11010 | 11100111 | 1100011 | 100101 |
Color Harmonies of #011CBC
Complementary color
Monochromatic Colors of #011CBC
Black with #011CBC
Text Example
Text Example
White with #011CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011CBC; }
p { color: rgb(1,28,188); }
H1.HeaderClassName
{
color: #011CBC;
}
.AnyTagClassName
{
color: #011CBC;
}
</style>
background-color css
<style>
a { background-color: #011CBC; }
a { background-color: rgb(1,28,188); }
div.DivClassName
{
background-color: #011CBC;
}
.BgClassName
{
background-color: #011CBC;
}
</style>
border-color css
<style>
span { border-color: #011CBC; }
span { border-color: rgb(1,28,188); }
td.TdClassName
{
border-color: #011CBC;
}
.TagClassName
{
border-color: #011CBC;
}
</style>