Html Css Color HEX #021C99 International Klein Blue
📋 copy color: '#021C99'red 2 ◦ green 28 ◦ blue 153
Shades of International Klein Blue #021C99
Tints of International Klein Blue #021C99
RGB
CMYK
RGB Variations
Color information
#021C99 (or 0x021C99) is known color: International Klein Blue. HEX triplet: 02, 1C and 99. RGB value is (2,28,153). Sum of RGB (Red+Green+Blue) = 2+28+153=183 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 183); Green value is 28 (11.33% from 255 or 15.30% from 183); Blue value is 153 (60.16% from 255 or 83.61% from 183); Max value from RGB is 153 - color contains mainly: blue. Hex color #021C99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021C99 is #FDE366. Grayscale: #212121. Windows color (decimal): -16638823 or 10034178. OLE color: 10034178.
HSL color Cylindrical-coordinate representation of color #021C99: hue angle of 229.67º 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 #021C99 is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 2 | 28 | 153 | - |
| CMYK | 0.99 | 0.82 | 0 | 0.4 |
| HSL | 229.67º | 0.97% | 0.3% | - |
| HSV(B) | 229.67º | 0.99% | 0.6% | - |
| XYZ | 6.19 | 3.14 | 30.42 | - |
| YUV | 34.48 | 194.89 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 28 | 153 | 0.99 | 0.82 | 0 | 0.4 | 229.67 | 0.97 | 0.3 |
| Hex | 2 | 1C | 99 | 63 | 52 | 0 | 28 | E6 | 61 | 1E |
| Octal | 2 | 34 | 231 | 143 | 122 | 0 | 50 | 346 | 141 | 36 |
| Binary | 10 | 11100 | 10011001 | 1100011 | 1010010 | 0 | 101000 | 11100110 | 1100001 | 11110 |
Color Harmonies of #021C99
Complementary color
Monochromatic Colors of #021C99
Black with #021C99
Text Example
Text Example
White with #021C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021C99; }
p { color: rgb(2,28,153); }
H1.HeaderClassName
{
color: #021C99;
}
.AnyTagClassName
{
color: #021C99;
}
</style>
background-color css
<style>
a { background-color: #021C99; }
a { background-color: rgb(2,28,153); }
div.DivClassName
{
background-color: #021C99;
}
.BgClassName
{
background-color: #021C99;
}
</style>
border-color css
<style>
span { border-color: #021C99; }
span { border-color: rgb(2,28,153); }
td.TdClassName
{
border-color: #021C99;
}
.TagClassName
{
border-color: #021C99;
}
</style>