Html Css Color HEX #0521B9 International Klein Blue
📋 copy color: '#0521B9'red 5 ◦ green 33 ◦ blue 185
Shades of International Klein Blue #0521B9
Tints of International Klein Blue #0521B9
RGB
CMYK
RGB Variations
Color information
#0521B9 (or 0x0521B9) is known color: International Klein Blue. HEX triplet: 05, 21 and B9. RGB value is (5,33,185). Sum of RGB (Red+Green+Blue) = 5+33+185=223 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.24% from 223); Green value is 33 (13.28% from 255 or 14.80% from 223); Blue value is 185 (72.66% from 255 or 82.96% from 223); Max value from RGB is 185 - color contains mainly: blue. Hex color #0521B9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0521B9 is #FADE46. Grayscale: #292929. Windows color (decimal): -16440903 or 12132613. OLE color: 12132613.
HSL color Cylindrical-coordinate representation of color #0521B9: hue angle of 230.67º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0521B9 is Cyan = 0.97, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 33 | 185 | - |
| CMYK | 0.97 | 0.82 | 0 | 0.27 |
| HSL | 230.67º | 0.95% | 0.37% | - |
| HSV(B) | 230.67º | 0.97% | 0.73% | - |
| XYZ | 9.36 | 4.62 | 46.3 | - |
| YUV | 41.96 | 208.72 | 101.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 33 | 185 | 0.97 | 0.82 | 0 | 0.27 | 230.67 | 0.95 | 0.37 |
| Hex | 5 | 21 | B9 | 61 | 52 | 0 | 1B | E7 | 5F | 25 |
| Octal | 5 | 41 | 271 | 141 | 122 | 0 | 33 | 347 | 137 | 45 |
| Binary | 101 | 100001 | 10111001 | 1100001 | 1010010 | 0 | 11011 | 11100111 | 1011111 | 100101 |
Color Harmonies of #0521B9
Complementary color
Monochromatic Colors of #0521B9
Black with #0521B9
Text Example
Text Example
White with #0521B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0521B9; }
p { color: rgb(5,33,185); }
H1.HeaderClassName
{
color: #0521B9;
}
.AnyTagClassName
{
color: #0521B9;
}
</style>
background-color css
<style>
a { background-color: #0521B9; }
a { background-color: rgb(5,33,185); }
div.DivClassName
{
background-color: #0521B9;
}
.BgClassName
{
background-color: #0521B9;
}
</style>
border-color css
<style>
span { border-color: #0521B9; }
span { border-color: rgb(5,33,185); }
td.TdClassName
{
border-color: #0521B9;
}
.TagClassName
{
border-color: #0521B9;
}
</style>