Html Css Color HEX #0529C0 International Klein Blue
📋 copy color: '#0529C0'red 5 ◦ green 41 ◦ blue 192
Shades of International Klein Blue #0529C0
Tints of International Klein Blue #0529C0
RGB
CMYK
RGB Variations
Color information
#0529C0 (or 0x0529C0) is known color: International Klein Blue. HEX triplet: 05, 29 and C0. RGB value is (5,41,192). Sum of RGB (Red+Green+Blue) = 5+41+192=238 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.10% from 238); Green value is 41 (16.41% from 255 or 17.23% from 238); Blue value is 192 (75.39% from 255 or 80.67% from 238); Max value from RGB is 192 - color contains mainly: blue. Hex color #0529C0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0529C0 is #FAD63F. Grayscale: #2E2E2E. Windows color (decimal): -16438848 or 12593413. OLE color: 12593413.
HSL color Cylindrical-coordinate representation of color #0529C0: hue angle of 228.45º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0529C0 is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 5 | 41 | 192 | - |
| CMYK | 0.97 | 0.79 | 0 | 0.25 |
| HSL | 228.45º | 0.95% | 0.39% | - |
| HSV(B) | 228.45º | 0.97% | 0.75% | - |
| XYZ | 10.37 | 5.42 | 50.37 | - |
| YUV | 47.45 | 209.57 | 97.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 41 | 192 | 0.97 | 0.79 | 0 | 0.25 | 228.45 | 0.95 | 0.39 |
| Hex | 5 | 29 | C0 | 61 | 4F | 0 | 19 | E4 | 5F | 27 |
| Octal | 5 | 51 | 300 | 141 | 117 | 0 | 31 | 344 | 137 | 47 |
| Binary | 101 | 101001 | 11000000 | 1100001 | 1001111 | 0 | 11001 | 11100100 | 1011111 | 100111 |
Color Harmonies of #0529C0
Complementary color
Monochromatic Colors of #0529C0
Black with #0529C0
Text Example
Text Example
White with #0529C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0529C0; }
p { color: rgb(5,41,192); }
H1.HeaderClassName
{
color: #0529C0;
}
.AnyTagClassName
{
color: #0529C0;
}
</style>
background-color css
<style>
a { background-color: #0529C0; }
a { background-color: rgb(5,41,192); }
div.DivClassName
{
background-color: #0529C0;
}
.BgClassName
{
background-color: #0529C0;
}
</style>
border-color css
<style>
span { border-color: #0529C0; }
span { border-color: rgb(5,41,192); }
td.TdClassName
{
border-color: #0529C0;
}
.TagClassName
{
border-color: #0529C0;
}
</style>