Html Css Color HEX #0521BB International Klein Blue
📋 copy color: '#0521BB'red 5 ◦ green 33 ◦ blue 187
Shades of International Klein Blue #0521BB
Tints of International Klein Blue #0521BB
RGB
CMYK
RGB Variations
Color information
#0521BB (or 0x0521BB) is known color: International Klein Blue. HEX triplet: 05, 21 and BB. RGB value is (5,33,187). Sum of RGB (Red+Green+Blue) = 5+33+187=225 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.22% from 225); Green value is 33 (13.28% from 255 or 14.67% from 225); Blue value is 187 (73.44% from 255 or 83.11% from 225); Max value from RGB is 187 - color contains mainly: blue. Hex color #0521BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0521BB is #FADE44. Grayscale: #292929. Windows color (decimal): -16440901 or 12263685. OLE color: 12263685.
HSL color Cylindrical-coordinate representation of color #0521BB: hue angle of 230.77º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0521BB is Cyan = 0.97, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 33 | 187 | - |
| CMYK | 0.97 | 0.82 | 0 | 0.27 |
| HSL | 230.77º | 0.95% | 0.38% | - |
| HSV(B) | 230.77º | 0.97% | 0.73% | - |
| XYZ | 9.58 | 4.71 | 47.42 | - |
| YUV | 42.18 | 209.72 | 101.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 33 | 187 | 0.97 | 0.82 | 0 | 0.27 | 230.77 | 0.95 | 0.38 |
| Hex | 5 | 21 | BB | 61 | 52 | 0 | 1B | E7 | 5F | 26 |
| Octal | 5 | 41 | 273 | 141 | 122 | 0 | 33 | 347 | 137 | 46 |
| Binary | 101 | 100001 | 10111011 | 1100001 | 1010010 | 0 | 11011 | 11100111 | 1011111 | 100110 |
Color Harmonies of #0521BB
Complementary color
Monochromatic Colors of #0521BB
Black with #0521BB
Text Example
Text Example
White with #0521BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0521BB; }
p { color: rgb(5,33,187); }
H1.HeaderClassName
{
color: #0521BB;
}
.AnyTagClassName
{
color: #0521BB;
}
</style>
background-color css
<style>
a { background-color: #0521BB; }
a { background-color: rgb(5,33,187); }
div.DivClassName
{
background-color: #0521BB;
}
.BgClassName
{
background-color: #0521BB;
}
</style>
border-color css
<style>
span { border-color: #0521BB; }
span { border-color: rgb(5,33,187); }
td.TdClassName
{
border-color: #0521BB;
}
.TagClassName
{
border-color: #0521BB;
}
</style>