Html Css Color HEX #0529BC International Klein Blue
📋 copy color: '#0529BC'red 5 ◦ green 41 ◦ blue 188
Shades of International Klein Blue #0529BC
Tints of International Klein Blue #0529BC
RGB
CMYK
RGB Variations
Color information
#0529BC (or 0x0529BC) is known color: International Klein Blue. HEX triplet: 05, 29 and BC. RGB value is (5,41,188). Sum of RGB (Red+Green+Blue) = 5+41+188=234 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.14% from 234); Green value is 41 (16.41% from 255 or 17.52% from 234); Blue value is 188 (73.83% from 255 or 80.34% from 234); Max value from RGB is 188 - color contains mainly: blue. Hex color #0529BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0529BC is #FAD643. Grayscale: #2E2E2E. Windows color (decimal): -16438852 or 12331269. OLE color: 12331269.
HSL color Cylindrical-coordinate representation of color #0529BC: hue angle of 228.2º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0529BC is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 5 | 41 | 188 | - |
| CMYK | 0.97 | 0.78 | 0 | 0.26 |
| HSL | 228.2º | 0.95% | 0.38% | - |
| HSV(B) | 228.2º | 0.97% | 0.74% | - |
| XYZ | 9.93 | 5.25 | 48.07 | - |
| YUV | 46.99 | 207.57 | 98.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 41 | 188 | 0.97 | 0.78 | 0 | 0.26 | 228.2 | 0.95 | 0.38 |
| Hex | 5 | 29 | BC | 61 | 4E | 0 | 1A | E4 | 5F | 26 |
| Octal | 5 | 51 | 274 | 141 | 116 | 0 | 32 | 344 | 137 | 46 |
| Binary | 101 | 101001 | 10111100 | 1100001 | 1001110 | 0 | 11010 | 11100100 | 1011111 | 100110 |
Color Harmonies of #0529BC
Complementary color
Monochromatic Colors of #0529BC
Black with #0529BC
Text Example
Text Example
White with #0529BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0529BC; }
p { color: rgb(5,41,188); }
H1.HeaderClassName
{
color: #0529BC;
}
.AnyTagClassName
{
color: #0529BC;
}
</style>
background-color css
<style>
a { background-color: #0529BC; }
a { background-color: rgb(5,41,188); }
div.DivClassName
{
background-color: #0529BC;
}
.BgClassName
{
background-color: #0529BC;
}
</style>
border-color css
<style>
span { border-color: #0529BC; }
span { border-color: rgb(5,41,188); }
td.TdClassName
{
border-color: #0529BC;
}
.TagClassName
{
border-color: #0529BC;
}
</style>