Html Css Color HEX #011999 International Klein Blue
📋 copy color: '#011999'red 1 ◦ green 25 ◦ blue 153
Shades of International Klein Blue #011999
Tints of International Klein Blue #011999
RGB
CMYK
RGB Variations
Color information
#011999 (or 0x011999) is known color: International Klein Blue. HEX triplet: 01, 19 and 99. RGB value is (1,25,153). Sum of RGB (Red+Green+Blue) = 1+25+153=179 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 179); Green value is 25 (10.16% from 255 or 13.97% from 179); Blue value is 153 (60.16% from 255 or 85.47% from 179); Max value from RGB is 153 - color contains mainly: blue. Hex color #011999 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011999 is #FEE666. Grayscale: #1F1F1F. Windows color (decimal): -16705127 or 10033409. OLE color: 10033409.
HSL color Cylindrical-coordinate representation of color #011999: hue angle of 230.53º 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 #011999 is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 1 | 25 | 153 | - |
| CMYK | 0.99 | 0.84 | 0 | 0.4 |
| HSL | 230.53º | 0.99% | 0.3% | - |
| HSV(B) | 230.53º | 0.99% | 0.6% | - |
| XYZ | 6.11 | 3 | 30.39 | - |
| YUV | 32.42 | 196.05 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 25 | 153 | 0.99 | 0.84 | 0 | 0.4 | 230.53 | 0.99 | 0.3 |
| Hex | 1 | 19 | 99 | 63 | 54 | 0 | 28 | E7 | 63 | 1E |
| Octal | 1 | 31 | 231 | 143 | 124 | 0 | 50 | 347 | 143 | 36 |
| Binary | 1 | 11001 | 10011001 | 1100011 | 1010100 | 0 | 101000 | 11100111 | 1100011 | 11110 |
Color Harmonies of #011999
Complementary color
Monochromatic Colors of #011999
Black with #011999
Text Example
Text Example
White with #011999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011999; }
p { color: rgb(1,25,153); }
H1.HeaderClassName
{
color: #011999;
}
.AnyTagClassName
{
color: #011999;
}
</style>
background-color css
<style>
a { background-color: #011999; }
a { background-color: rgb(1,25,153); }
div.DivClassName
{
background-color: #011999;
}
.BgClassName
{
background-color: #011999;
}
</style>
border-color css
<style>
span { border-color: #011999; }
span { border-color: rgb(1,25,153); }
td.TdClassName
{
border-color: #011999;
}
.TagClassName
{
border-color: #011999;
}
</style>