Html Css Color HEX #0219AB International Klein Blue
📋 copy color: '#0219AB'red 2 ◦ green 25 ◦ blue 171
Shades of International Klein Blue #0219AB
Tints of International Klein Blue #0219AB
RGB
CMYK
RGB Variations
Color information
#0219AB (or 0x0219AB) is known color: International Klein Blue. HEX triplet: 02, 19 and AB. RGB value is (2,25,171). Sum of RGB (Red+Green+Blue) = 2+25+171=198 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 198); Green value is 25 (10.16% from 255 or 12.63% from 198); Blue value is 171 (67.19% from 255 or 86.36% from 198); Max value from RGB is 171 - color contains mainly: blue. Hex color #0219AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0219AB is #FDE654. Grayscale: #222222. Windows color (decimal): -16639573 or 11213058. OLE color: 11213058.
HSL color Cylindrical-coordinate representation of color #0219AB: hue angle of 231.83º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0219AB is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 25 | 171 | - |
| CMYK | 0.99 | 0.85 | 0 | 0.33 |
| HSL | 231.83º | 0.98% | 0.34% | - |
| HSV(B) | 231.83º | 0.99% | 0.67% | - |
| XYZ | 7.72 | 3.65 | 38.83 | - |
| YUV | 34.77 | 204.88 | 104.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 25 | 171 | 0.99 | 0.85 | 0 | 0.33 | 231.83 | 0.98 | 0.34 |
| Hex | 2 | 19 | AB | 63 | 55 | 0 | 21 | E8 | 62 | 22 |
| Octal | 2 | 31 | 253 | 143 | 125 | 0 | 41 | 350 | 142 | 42 |
| Binary | 10 | 11001 | 10101011 | 1100011 | 1010101 | 0 | 100001 | 11101000 | 1100010 | 100010 |
Color Harmonies of #0219AB
Complementary color
Monochromatic Colors of #0219AB
Black with #0219AB
Text Example
Text Example
White with #0219AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0219AB; }
p { color: rgb(2,25,171); }
H1.HeaderClassName
{
color: #0219AB;
}
.AnyTagClassName
{
color: #0219AB;
}
</style>
background-color css
<style>
a { background-color: #0219AB; }
a { background-color: rgb(2,25,171); }
div.DivClassName
{
background-color: #0219AB;
}
.BgClassName
{
background-color: #0219AB;
}
</style>
border-color css
<style>
span { border-color: #0219AB; }
span { border-color: rgb(2,25,171); }
td.TdClassName
{
border-color: #0219AB;
}
.TagClassName
{
border-color: #0219AB;
}
</style>