Html Css Color HEX #011998 International Klein Blue
📋 copy color: '#011998'red 1 ◦ green 25 ◦ blue 152
Shades of International Klein Blue #011998
Tints of International Klein Blue #011998
RGB
CMYK
RGB Variations
Color information
#011998 (or 0x011998) is known color: International Klein Blue. HEX triplet: 01, 19 and 98. RGB value is (1,25,152). Sum of RGB (Red+Green+Blue) = 1+25+152=178 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 178); Green value is 25 (10.16% from 255 or 14.04% from 178); Blue value is 152 (59.77% from 255 or 85.39% from 178); Max value from RGB is 152 - color contains mainly: blue. Hex color #011998 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011998 is #FEE667. Grayscale: #1F1F1F. Windows color (decimal): -16705128 or 9967873. OLE color: 9967873.
HSL color Cylindrical-coordinate representation of color #011998: hue angle of 230.46º 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 #011998 is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 1 | 25 | 152 | - |
| CMYK | 0.99 | 0.84 | 0 | 0.40 |
| HSL | 230.46º | 0.99% | 0.3% | - |
| HSV(B) | 230.46º | 0.99% | 0.6% | - |
| XYZ | 6.03 | 2.97 | 29.96 | - |
| YUV | 32.3 | 195.55 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 25 | 152 | 0.99 | 0.84 | 0 | 0.40 | 230.46 | 0.99 | 0.3 |
| Hex | 1 | 19 | 98 | 63 | 54 | 0 | 28 | E6 | 63 | 1E |
| Octal | 1 | 31 | 230 | 143 | 124 | 0 | 50 | 346 | 143 | 36 |
| Binary | 1 | 11001 | 10011000 | 1100011 | 1010100 | 0 | 101000 | 11100110 | 1100011 | 11110 |
Color Harmonies of #011998
Complementary color
Monochromatic Colors of #011998
Black with #011998
Text Example
Text Example
White with #011998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011998; }
p { color: rgb(1,25,152); }
H1.HeaderClassName
{
color: #011998;
}
.AnyTagClassName
{
color: #011998;
}
</style>
background-color css
<style>
a { background-color: #011998; }
a { background-color: rgb(1,25,152); }
div.DivClassName
{
background-color: #011998;
}
.BgClassName
{
background-color: #011998;
}
</style>
border-color css
<style>
span { border-color: #011998; }
span { border-color: rgb(1,25,152); }
td.TdClassName
{
border-color: #011998;
}
.TagClassName
{
border-color: #011998;
}
</style>