Html Css Color HEX #0529BA International Klein Blue
📋 copy color: '#0529BA'red 5 ◦ green 41 ◦ blue 186
Shades of International Klein Blue #0529BA
Tints of International Klein Blue #0529BA
RGB
CMYK
RGB Variations
Color information
#0529BA (or 0x0529BA) is known color: International Klein Blue. HEX triplet: 05, 29 and BA. RGB value is (5,41,186). Sum of RGB (Red+Green+Blue) = 5+41+186=232 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 232); Green value is 41 (16.41% from 255 or 17.67% from 232); Blue value is 186 (73.05% from 255 or 80.17% from 232); Max value from RGB is 186 - color contains mainly: blue. Hex color #0529BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0529BA is #FAD645. Grayscale: #2E2E2E. Windows color (decimal): -16438854 or 12200197. OLE color: 12200197.
HSL color Cylindrical-coordinate representation of color #0529BA: hue angle of 228.07º 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 #0529BA is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 41 | 186 | - |
| CMYK | 0.97 | 0.78 | 0 | 0.27 |
| HSL | 228.07º | 0.95% | 0.37% | - |
| HSV(B) | 228.07º | 0.97% | 0.73% | - |
| XYZ | 9.72 | 5.16 | 46.94 | - |
| YUV | 46.77 | 206.57 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 41 | 186 | 0.97 | 0.78 | 0 | 0.27 | 228.07 | 0.95 | 0.37 |
| Hex | 5 | 29 | BA | 61 | 4E | 0 | 1B | E4 | 5F | 25 |
| Octal | 5 | 51 | 272 | 141 | 116 | 0 | 33 | 344 | 137 | 45 |
| Binary | 101 | 101001 | 10111010 | 1100001 | 1001110 | 0 | 11011 | 11100100 | 1011111 | 100101 |
Color Harmonies of #0529BA
Complementary color
Monochromatic Colors of #0529BA
Black with #0529BA
Text Example
Text Example
White with #0529BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0529BA; }
p { color: rgb(5,41,186); }
H1.HeaderClassName
{
color: #0529BA;
}
.AnyTagClassName
{
color: #0529BA;
}
</style>
background-color css
<style>
a { background-color: #0529BA; }
a { background-color: rgb(5,41,186); }
div.DivClassName
{
background-color: #0529BA;
}
.BgClassName
{
background-color: #0529BA;
}
</style>
border-color css
<style>
span { border-color: #0529BA; }
span { border-color: rgb(5,41,186); }
td.TdClassName
{
border-color: #0529BA;
}
.TagClassName
{
border-color: #0529BA;
}
</style>