Html Css Color HEX #0429BC International Klein Blue
📋 copy color: '#0429BC'red 4 ◦ green 41 ◦ blue 188
Shades of International Klein Blue #0429BC
Tints of International Klein Blue #0429BC
RGB
CMYK
RGB Variations
Color information
#0429BC (or 0x0429BC) is known color: International Klein Blue. HEX triplet: 04, 29 and BC. RGB value is (4,41,188). Sum of RGB (Red+Green+Blue) = 4+41+188=233 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.72% from 233); Green value is 41 (16.41% from 255 or 17.60% from 233); Blue value is 188 (73.83% from 255 or 80.69% from 233); Max value from RGB is 188 - color contains mainly: blue. Hex color #0429BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0429BC is #FBD643. Grayscale: #2E2E2E. Windows color (decimal): -16504388 or 12331268. OLE color: 12331268.
HSL color Cylindrical-coordinate representation of color #0429BC: hue angle of 227.93º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0429BC is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 41 | 188 | - |
| CMYK | 0.98 | 0.78 | 0 | 0.26 |
| HSL | 227.93º | 0.96% | 0.38% | - |
| HSV(B) | 227.93º | 0.98% | 0.74% | - |
| XYZ | 9.92 | 5.24 | 48.07 | - |
| YUV | 46.7 | 207.74 | 97.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 41 | 188 | 0.98 | 0.78 | 0 | 0.26 | 227.93 | 0.96 | 0.38 |
| Hex | 4 | 29 | BC | 62 | 4E | 0 | 1A | E4 | 60 | 26 |
| Octal | 4 | 51 | 274 | 142 | 116 | 0 | 32 | 344 | 140 | 46 |
| Binary | 100 | 101001 | 10111100 | 1100010 | 1001110 | 0 | 11010 | 11100100 | 1100000 | 100110 |
Color Harmonies of #0429BC
Complementary color
Monochromatic Colors of #0429BC
Black with #0429BC
Text Example
Text Example
White with #0429BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0429BC; }
p { color: rgb(4,41,188); }
H1.HeaderClassName
{
color: #0429BC;
}
.AnyTagClassName
{
color: #0429BC;
}
</style>
background-color css
<style>
a { background-color: #0429BC; }
a { background-color: rgb(4,41,188); }
div.DivClassName
{
background-color: #0429BC;
}
.BgClassName
{
background-color: #0429BC;
}
</style>
border-color css
<style>
span { border-color: #0429BC; }
span { border-color: rgb(4,41,188); }
td.TdClassName
{
border-color: #0429BC;
}
.TagClassName
{
border-color: #0429BC;
}
</style>