Html Css Color HEX #001998 International Klein Blue
📋 copy color: '#001998'red 0 ◦ green 25 ◦ blue 152
Shades of International Klein Blue #001998
Tints of International Klein Blue #001998
RGB
CMYK
RGB Variations
Color information
#001998 (or 0x001998) is known color: International Klein Blue. HEX triplet: 00, 19 and 98. RGB value is (0,25,152). Sum of RGB (Red+Green+Blue) = 0+25+152=177 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 177); Green value is 25 (10.16% from 255 or 14.12% from 177); Blue value is 152 (59.77% from 255 or 85.88% from 177); Max value from RGB is 152 - color contains mainly: blue. Hex color #001998 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001998 is #FFE667. Grayscale: #1F1F1F. Windows color (decimal): -16770664 or 9967872. OLE color: 9967872.
HSL color Cylindrical-coordinate representation of color #001998: hue angle of 230.13º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001998 is Cyan = 1, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 0 | 25 | 152 | - |
| CMYK | 1 | 0.84 | 0 | 0.40 |
| HSL | 230.13º | 1% | 0.3% | - |
| HSV(B) | 230.13º | 1% | 0.6% | - |
| XYZ | 6.02 | 2.96 | 29.96 | - |
| YUV | 32 | 195.72 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 25 | 152 | 1 | 0.84 | 0 | 0.40 | 230.13 | 1 | 0.3 |
| Hex | 0 | 19 | 98 | 64 | 54 | 0 | 28 | E6 | 64 | 1E |
| Octal | 0 | 31 | 230 | 144 | 124 | 0 | 50 | 346 | 144 | 36 |
| Binary | 0 | 11001 | 10011000 | 1100100 | 1010100 | 0 | 101000 | 11100110 | 1100100 | 11110 |
Color Harmonies of #001998
Complementary color
Monochromatic Colors of #001998
Black with #001998
Text Example
Text Example
White with #001998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001998; }
p { color: rgb(0,25,152); }
H1.HeaderClassName
{
color: #001998;
}
.AnyTagClassName
{
color: #001998;
}
</style>
background-color css
<style>
a { background-color: #001998; }
a { background-color: rgb(0,25,152); }
div.DivClassName
{
background-color: #001998;
}
.BgClassName
{
background-color: #001998;
}
</style>
border-color css
<style>
span { border-color: #001998; }
span { border-color: rgb(0,25,152); }
td.TdClassName
{
border-color: #001998;
}
.TagClassName
{
border-color: #001998;
}
</style>