Html Css Color HEX #0524BA International Klein Blue
📋 copy color: '#0524BA'red 5 ◦ green 36 ◦ blue 186
Shades of International Klein Blue #0524BA
Tints of International Klein Blue #0524BA
RGB
CMYK
RGB Variations
Color information
#0524BA (or 0x0524BA) is known color: International Klein Blue. HEX triplet: 05, 24 and BA. RGB value is (5,36,186). Sum of RGB (Red+Green+Blue) = 5+36+186=227 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.20% from 227); Green value is 36 (14.45% from 255 or 15.86% from 227); Blue value is 186 (73.05% from 255 or 81.94% from 227); Max value from RGB is 186 - color contains mainly: blue. Hex color #0524BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0524BA is #FADB45. Grayscale: #2B2B2B. Windows color (decimal): -16440134 or 12198917. OLE color: 12198917.
HSL color Cylindrical-coordinate representation of color #0524BA: hue angle of 229.72º 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 #0524BA is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 36 | 186 | - |
| CMYK | 0.97 | 0.81 | 0 | 0.27 |
| HSL | 229.72º | 0.95% | 0.37% | - |
| HSV(B) | 229.72º | 0.97% | 0.73% | - |
| XYZ | 9.56 | 4.84 | 46.88 | - |
| YUV | 43.83 | 208.23 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 36 | 186 | 0.97 | 0.81 | 0 | 0.27 | 229.72 | 0.95 | 0.37 |
| Hex | 5 | 24 | BA | 61 | 51 | 0 | 1B | E6 | 5F | 25 |
| Octal | 5 | 44 | 272 | 141 | 121 | 0 | 33 | 346 | 137 | 45 |
| Binary | 101 | 100100 | 10111010 | 1100001 | 1010001 | 0 | 11011 | 11100110 | 1011111 | 100101 |
Color Harmonies of #0524BA
Complementary color
Monochromatic Colors of #0524BA
Black with #0524BA
Text Example
Text Example
White with #0524BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0524BA; }
p { color: rgb(5,36,186); }
H1.HeaderClassName
{
color: #0524BA;
}
.AnyTagClassName
{
color: #0524BA;
}
</style>
background-color css
<style>
a { background-color: #0524BA; }
a { background-color: rgb(5,36,186); }
div.DivClassName
{
background-color: #0524BA;
}
.BgClassName
{
background-color: #0524BA;
}
</style>
border-color css
<style>
span { border-color: #0524BA; }
span { border-color: rgb(5,36,186); }
td.TdClassName
{
border-color: #0524BA;
}
.TagClassName
{
border-color: #0524BA;
}
</style>