Html Css Color HEX #0521AB International Klein Blue
📋 copy color: '#0521AB'red 5 ◦ green 33 ◦ blue 171
Shades of International Klein Blue #0521AB
Tints of International Klein Blue #0521AB
RGB
CMYK
RGB Variations
Color information
#0521AB (or 0x0521AB) is known color: International Klein Blue. HEX triplet: 05, 21 and AB. RGB value is (5,33,171). Sum of RGB (Red+Green+Blue) = 5+33+171=209 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.39% from 209); Green value is 33 (13.28% from 255 or 15.79% from 209); Blue value is 171 (67.19% from 255 or 81.82% from 209); Max value from RGB is 171 - color contains mainly: blue. Hex color #0521AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0521AB is #FADE54. Grayscale: #272727. Windows color (decimal): -16440917 or 11215109. OLE color: 11215109.
HSL color Cylindrical-coordinate representation of color #0521AB: hue angle of 229.88º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0521AB is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 33 | 171 | - |
| CMYK | 0.97 | 0.81 | 0 | 0.33 |
| HSL | 229.88º | 0.94% | 0.35% | - |
| HSV(B) | 229.88º | 0.97% | 0.67% | - |
| XYZ | 7.96 | 4.06 | 38.89 | - |
| YUV | 40.36 | 201.72 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 33 | 171 | 0.97 | 0.81 | 0 | 0.33 | 229.88 | 0.94 | 0.35 |
| Hex | 5 | 21 | AB | 61 | 51 | 0 | 21 | E6 | 5E | 23 |
| Octal | 5 | 41 | 253 | 141 | 121 | 0 | 41 | 346 | 136 | 43 |
| Binary | 101 | 100001 | 10101011 | 1100001 | 1010001 | 0 | 100001 | 11100110 | 1011110 | 100011 |
Color Harmonies of #0521AB
Complementary color
Monochromatic Colors of #0521AB
Black with #0521AB
Text Example
Text Example
White with #0521AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0521AB; }
p { color: rgb(5,33,171); }
H1.HeaderClassName
{
color: #0521AB;
}
.AnyTagClassName
{
color: #0521AB;
}
</style>
background-color css
<style>
a { background-color: #0521AB; }
a { background-color: rgb(5,33,171); }
div.DivClassName
{
background-color: #0521AB;
}
.BgClassName
{
background-color: #0521AB;
}
</style>
border-color css
<style>
span { border-color: #0521AB; }
span { border-color: rgb(5,33,171); }
td.TdClassName
{
border-color: #0521AB;
}
.TagClassName
{
border-color: #0521AB;
}
</style>