Html Css Color HEX #0532BA International Klein Blue
📋 copy color: '#0532BA'red 5 ◦ green 50 ◦ blue 186
Shades of International Klein Blue #0532BA
Tints of International Klein Blue #0532BA
RGB
CMYK
RGB Variations
Color information
#0532BA (or 0x0532BA) is known color: International Klein Blue. HEX triplet: 05, 32 and BA. RGB value is (5,50,186). Sum of RGB (Red+Green+Blue) = 5+50+186=241 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 186 (73.05% from 255 or 77.18% from 241); Max value from RGB is 186 - color contains mainly: blue. Hex color #0532BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0532BA is #FACD45. Grayscale: #333333. Windows color (decimal): -16436550 or 12202501. OLE color: 12202501.
HSL color Cylindrical-coordinate representation of color #0532BA: hue angle of 225.08º 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 #0532BA is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 50 | 186 | - |
| CMYK | 0.97 | 0.73 | 0 | 0.27 |
| HSL | 225.08º | 0.95% | 0.37% | - |
| HSV(B) | 225.08º | 0.97% | 0.73% | - |
| XYZ | 10.07 | 5.86 | 47.05 | - |
| YUV | 52.05 | 203.59 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 50 | 186 | 0.97 | 0.73 | 0 | 0.27 | 225.08 | 0.95 | 0.37 |
| Hex | 5 | 32 | BA | 61 | 49 | 0 | 1B | E1 | 5F | 25 |
| Octal | 5 | 62 | 272 | 141 | 111 | 0 | 33 | 341 | 137 | 45 |
| Binary | 101 | 110010 | 10111010 | 1100001 | 1001001 | 0 | 11011 | 11100001 | 1011111 | 100101 |
Color Harmonies of #0532BA
Complementary color
Monochromatic Colors of #0532BA
Black with #0532BA
Text Example
Text Example
White with #0532BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0532BA; }
p { color: rgb(5,50,186); }
H1.HeaderClassName
{
color: #0532BA;
}
.AnyTagClassName
{
color: #0532BA;
}
</style>
background-color css
<style>
a { background-color: #0532BA; }
a { background-color: rgb(5,50,186); }
div.DivClassName
{
background-color: #0532BA;
}
.BgClassName
{
background-color: #0532BA;
}
</style>
border-color css
<style>
span { border-color: #0532BA; }
span { border-color: rgb(5,50,186); }
td.TdClassName
{
border-color: #0532BA;
}
.TagClassName
{
border-color: #0532BA;
}
</style>