Html Css Color HEX #011CBB International Klein Blue
📋 copy color: '#011CBB'red 1 ◦ green 28 ◦ blue 187
Shades of International Klein Blue #011CBB
Tints of International Klein Blue #011CBB
RGB
CMYK
RGB Variations
Color information
#011CBB (or 0x011CBB) is known color: International Klein Blue. HEX triplet: 01, 1C and BB. RGB value is (1,28,187). Sum of RGB (Red+Green+Blue) = 1+28+187=216 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 216); Green value is 28 (11.33% from 255 or 12.96% from 216); Blue value is 187 (73.44% from 255 or 86.57% from 216); Max value from RGB is 187 - color contains mainly: blue. Hex color #011CBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #011CBB is #FEE344. Grayscale: #252525. Windows color (decimal): -16704325 or 12262401. OLE color: 12262401.
HSL color Cylindrical-coordinate representation of color #011CBB: hue angle of 231.29º 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 #011CBB is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 28 | 187 | - |
| CMYK | 0.99 | 0.85 | 0 | 0.27 |
| HSL | 231.29º | 0.99% | 0.37% | - |
| HSV(B) | 231.29º | 0.99% | 0.73% | - |
| XYZ | 9.4 | 4.42 | 47.37 | - |
| YUV | 38.05 | 212.05 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 28 | 187 | 0.99 | 0.85 | 0 | 0.27 | 231.29 | 0.99 | 0.37 |
| Hex | 1 | 1C | BB | 63 | 55 | 0 | 1B | E7 | 63 | 25 |
| Octal | 1 | 34 | 273 | 143 | 125 | 0 | 33 | 347 | 143 | 45 |
| Binary | 1 | 11100 | 10111011 | 1100011 | 1010101 | 0 | 11011 | 11100111 | 1100011 | 100101 |
Color Harmonies of #011CBB
Complementary color
Monochromatic Colors of #011CBB
Black with #011CBB
Text Example
Text Example
White with #011CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011CBB; }
p { color: rgb(1,28,187); }
H1.HeaderClassName
{
color: #011CBB;
}
.AnyTagClassName
{
color: #011CBB;
}
</style>
background-color css
<style>
a { background-color: #011CBB; }
a { background-color: rgb(1,28,187); }
div.DivClassName
{
background-color: #011CBB;
}
.BgClassName
{
background-color: #011CBB;
}
</style>
border-color css
<style>
span { border-color: #011CBB; }
span { border-color: rgb(1,28,187); }
td.TdClassName
{
border-color: #011CBB;
}
.TagClassName
{
border-color: #011CBB;
}
</style>