Html Css Color HEX #0221C5 International Klein Blue
📋 copy color: '#0221C5'red 2 ◦ green 33 ◦ blue 197
Shades of International Klein Blue #0221C5
Tints of International Klein Blue #0221C5
RGB
CMYK
RGB Variations
Color information
#0221C5 (or 0x0221C5) is known color: International Klein Blue. HEX triplet: 02, 21 and C5. RGB value is (2,33,197). Sum of RGB (Red+Green+Blue) = 2+33+197=232 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 232); Green value is 33 (13.28% from 255 or 14.22% from 232); Blue value is 197 (77.34% from 255 or 84.91% from 232); Max value from RGB is 197 - color contains mainly: blue. Hex color #0221C5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0221C5 is #FDDE3A. Grayscale: #292929. Windows color (decimal): -16637499 or 12919042. OLE color: 12919042.
HSL color Cylindrical-coordinate representation of color #0221C5: hue angle of 230.46º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0221C5 is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 2 | 33 | 197 | - |
| CMYK | 0.99 | 0.83 | 0 | 0.23 |
| HSL | 230.46º | 0.98% | 0.39% | - |
| HSV(B) | 230.46º | 0.99% | 0.77% | - |
| XYZ | 10.65 | 5.13 | 53.25 | - |
| YUV | 42.43 | 215.23 | 99.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 33 | 197 | 0.99 | 0.83 | 0 | 0.23 | 230.46 | 0.98 | 0.39 |
| Hex | 2 | 21 | C5 | 63 | 53 | 0 | 17 | E6 | 62 | 27 |
| Octal | 2 | 41 | 305 | 143 | 123 | 0 | 27 | 346 | 142 | 47 |
| Binary | 10 | 100001 | 11000101 | 1100011 | 1010011 | 0 | 10111 | 11100110 | 1100010 | 100111 |
Color Harmonies of #0221C5
Complementary color
Monochromatic Colors of #0221C5
Black with #0221C5
Text Example
Text Example
White with #0221C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0221C5; }
p { color: rgb(2,33,197); }
H1.HeaderClassName
{
color: #0221C5;
}
.AnyTagClassName
{
color: #0221C5;
}
</style>
background-color css
<style>
a { background-color: #0221C5; }
a { background-color: rgb(2,33,197); }
div.DivClassName
{
background-color: #0221C5;
}
.BgClassName
{
background-color: #0221C5;
}
</style>
border-color css
<style>
span { border-color: #0221C5; }
span { border-color: rgb(2,33,197); }
td.TdClassName
{
border-color: #0221C5;
}
.TagClassName
{
border-color: #0221C5;
}
</style>