Html Css Color HEX #011C99 International Klein Blue
📋 copy color: '#011C99'red 1 ◦ green 28 ◦ blue 153
Shades of International Klein Blue #011C99
Tints of International Klein Blue #011C99
RGB
CMYK
RGB Variations
Color information
#011C99 (or 0x011C99) is known color: International Klein Blue. HEX triplet: 01, 1C and 99. RGB value is (1,28,153). Sum of RGB (Red+Green+Blue) = 1+28+153=182 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 182); Green value is 28 (11.33% from 255 or 15.38% from 182); Blue value is 153 (60.16% from 255 or 84.07% from 182); Max value from RGB is 153 - color contains mainly: blue. Hex color #011C99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011C99 is #FEE366. Grayscale: #212121. Windows color (decimal): -16704359 or 10034177. OLE color: 10034177.
HSL color Cylindrical-coordinate representation of color #011C99: hue angle of 229.34º 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 #011C99 is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 1 | 28 | 153 | - |
| CMYK | 0.99 | 0.82 | 0 | 0.4 |
| HSL | 229.34º | 0.99% | 0.3% | - |
| HSV(B) | 229.34º | 0.99% | 0.6% | - |
| XYZ | 6.18 | 3.14 | 30.42 | - |
| YUV | 34.18 | 195.05 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 28 | 153 | 0.99 | 0.82 | 0 | 0.4 | 229.34 | 0.99 | 0.3 |
| Hex | 1 | 1C | 99 | 63 | 52 | 0 | 28 | E5 | 63 | 1E |
| Octal | 1 | 34 | 231 | 143 | 122 | 0 | 50 | 345 | 143 | 36 |
| Binary | 1 | 11100 | 10011001 | 1100011 | 1010010 | 0 | 101000 | 11100101 | 1100011 | 11110 |
Color Harmonies of #011C99
Complementary color
Monochromatic Colors of #011C99
Black with #011C99
Text Example
Text Example
White with #011C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011C99; }
p { color: rgb(1,28,153); }
H1.HeaderClassName
{
color: #011C99;
}
.AnyTagClassName
{
color: #011C99;
}
</style>
background-color css
<style>
a { background-color: #011C99; }
a { background-color: rgb(1,28,153); }
div.DivClassName
{
background-color: #011C99;
}
.BgClassName
{
background-color: #011C99;
}
</style>
border-color css
<style>
span { border-color: #011C99; }
span { border-color: rgb(1,28,153); }
td.TdClassName
{
border-color: #011C99;
}
.TagClassName
{
border-color: #011C99;
}
</style>