Html Css Color HEX #002199 International Klein Blue
📋 copy color: '#002199'red 0 ◦ green 33 ◦ blue 153
Shades of International Klein Blue #002199
Tints of International Klein Blue #002199
RGB
CMYK
RGB Variations
Color information
#002199 (or 0x002199) is known color: International Klein Blue. HEX triplet: 00, 21 and 99. RGB value is (0,33,153). Sum of RGB (Red+Green+Blue) = 0+33+153=186 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 186); Green value is 33 (13.28% from 255 or 17.74% from 186); Blue value is 153 (60.16% from 255 or 82.26% from 186); Max value from RGB is 153 - color contains mainly: blue. Hex color #002199 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002199 is #FFDE66. Grayscale: #242424. Windows color (decimal): -16768615 or 10035456. OLE color: 10035456.
HSL color Cylindrical-coordinate representation of color #002199: hue angle of 227.06º 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 #002199 is Cyan = 1, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 0 | 33 | 153 | - |
| CMYK | 1 | 0.78 | 0 | 0.4 |
| HSL | 227.06º | 1% | 0.3% | - |
| HSV(B) | 227.06º | 1% | 0.6% | - |
| XYZ | 6.29 | 3.39 | 30.46 | - |
| YUV | 36.81 | 193.57 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 33 | 153 | 1 | 0.78 | 0 | 0.4 | 227.06 | 1 | 0.3 |
| Hex | 0 | 21 | 99 | 64 | 4E | 0 | 28 | E3 | 64 | 1E |
| Octal | 0 | 41 | 231 | 144 | 116 | 0 | 50 | 343 | 144 | 36 |
| Binary | 0 | 100001 | 10011001 | 1100100 | 1001110 | 0 | 101000 | 11100011 | 1100100 | 11110 |
Color Harmonies of #002199
Complementary color
Monochromatic Colors of #002199
Black with #002199
Text Example
Text Example
White with #002199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002199; }
p { color: rgb(0,33,153); }
H1.HeaderClassName
{
color: #002199;
}
.AnyTagClassName
{
color: #002199;
}
</style>
background-color css
<style>
a { background-color: #002199; }
a { background-color: rgb(0,33,153); }
div.DivClassName
{
background-color: #002199;
}
.BgClassName
{
background-color: #002199;
}
</style>
border-color css
<style>
span { border-color: #002199; }
span { border-color: rgb(0,33,153); }
td.TdClassName
{
border-color: #002199;
}
.TagClassName
{
border-color: #002199;
}
</style>