Html Css Color HEX #021D99 International Klein Blue
📋 copy color: '#021D99'red 2 ◦ green 29 ◦ blue 153
Shades of International Klein Blue #021D99
Tints of International Klein Blue #021D99
RGB
CMYK
RGB Variations
Color information
#021D99 (or 0x021D99) is known color: International Klein Blue. HEX triplet: 02, 1D and 99. RGB value is (2,29,153). Sum of RGB (Red+Green+Blue) = 2+29+153=184 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 184); Green value is 29 (11.72% from 255 or 15.76% from 184); Blue value is 153 (60.16% from 255 or 83.15% from 184); Max value from RGB is 153 - color contains mainly: blue. Hex color #021D99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021D99 is #FDE266. Grayscale: #222222. Windows color (decimal): -16638567 or 10034434. OLE color: 10034434.
HSL color Cylindrical-coordinate representation of color #021D99: hue angle of 229.27º degrees, saturation: 0.97, 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 #021D99 is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 2 | 29 | 153 | - |
| CMYK | 0.99 | 0.81 | 0 | 0.4 |
| HSL | 229.27º | 0.97% | 0.3% | - |
| HSV(B) | 229.27º | 0.99% | 0.6% | - |
| XYZ | 6.21 | 3.19 | 30.43 | - |
| YUV | 35.06 | 194.55 | 104.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 29 | 153 | 0.99 | 0.81 | 0 | 0.4 | 229.27 | 0.97 | 0.3 |
| Hex | 2 | 1D | 99 | 63 | 51 | 0 | 28 | E5 | 61 | 1E |
| Octal | 2 | 35 | 231 | 143 | 121 | 0 | 50 | 345 | 141 | 36 |
| Binary | 10 | 11101 | 10011001 | 1100011 | 1010001 | 0 | 101000 | 11100101 | 1100001 | 11110 |
Color Harmonies of #021D99
Complementary color
Monochromatic Colors of #021D99
Black with #021D99
Text Example
Text Example
White with #021D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021D99; }
p { color: rgb(2,29,153); }
H1.HeaderClassName
{
color: #021D99;
}
.AnyTagClassName
{
color: #021D99;
}
</style>
background-color css
<style>
a { background-color: #021D99; }
a { background-color: rgb(2,29,153); }
div.DivClassName
{
background-color: #021D99;
}
.BgClassName
{
background-color: #021D99;
}
</style>
border-color css
<style>
span { border-color: #021D99; }
span { border-color: rgb(2,29,153); }
td.TdClassName
{
border-color: #021D99;
}
.TagClassName
{
border-color: #021D99;
}
</style>