Html Css Color HEX #0529BE International Klein Blue
📋 copy color: '#0529BE'red 5 ◦ green 41 ◦ blue 190
Shades of International Klein Blue #0529BE
Tints of International Klein Blue #0529BE
RGB
CMYK
RGB Variations
Color information
#0529BE (or 0x0529BE) is known color: International Klein Blue. HEX triplet: 05, 29 and BE. RGB value is (5,41,190). Sum of RGB (Red+Green+Blue) = 5+41+190=236 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.12% from 236); Green value is 41 (16.41% from 255 or 17.37% from 236); Blue value is 190 (74.61% from 255 or 80.51% from 236); Max value from RGB is 190 - color contains mainly: blue. Hex color #0529BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0529BE is #FAD641. Grayscale: #2E2E2E. Windows color (decimal): -16438850 or 12462341. OLE color: 12462341.
HSL color Cylindrical-coordinate representation of color #0529BE: hue angle of 228.32º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0529BE is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 5 | 41 | 190 | - |
| CMYK | 0.97 | 0.78 | 0 | 0.25 |
| HSL | 228.32º | 0.95% | 0.38% | - |
| HSV(B) | 228.32º | 0.97% | 0.75% | - |
| XYZ | 10.15 | 5.34 | 49.21 | - |
| YUV | 47.22 | 208.57 | 97.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 41 | 190 | 0.97 | 0.78 | 0 | 0.25 | 228.32 | 0.95 | 0.38 |
| Hex | 5 | 29 | BE | 61 | 4E | 0 | 19 | E4 | 5F | 26 |
| Octal | 5 | 51 | 276 | 141 | 116 | 0 | 31 | 344 | 137 | 46 |
| Binary | 101 | 101001 | 10111110 | 1100001 | 1001110 | 0 | 11001 | 11100100 | 1011111 | 100110 |
Color Harmonies of #0529BE
Complementary color
Monochromatic Colors of #0529BE
Black with #0529BE
Text Example
Text Example
White with #0529BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0529BE; }
p { color: rgb(5,41,190); }
H1.HeaderClassName
{
color: #0529BE;
}
.AnyTagClassName
{
color: #0529BE;
}
</style>
background-color css
<style>
a { background-color: #0529BE; }
a { background-color: rgb(5,41,190); }
div.DivClassName
{
background-color: #0529BE;
}
.BgClassName
{
background-color: #0529BE;
}
</style>
border-color css
<style>
span { border-color: #0529BE; }
span { border-color: rgb(5,41,190); }
td.TdClassName
{
border-color: #0529BE;
}
.TagClassName
{
border-color: #0529BE;
}
</style>