Html Css Color HEX #0432BE International Klein Blue
📋 copy color: '#0432BE'red 4 ◦ green 50 ◦ blue 190
Shades of International Klein Blue #0432BE
Tints of International Klein Blue #0432BE
RGB
CMYK
RGB Variations
Color information
#0432BE (or 0x0432BE) is known color: International Klein Blue. HEX triplet: 04, 32 and BE. RGB value is (4,50,190). Sum of RGB (Red+Green+Blue) = 4+50+190=244 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.64% from 244); Green value is 50 (19.92% from 255 or 20.49% from 244); Blue value is 190 (74.61% from 255 or 77.87% from 244); Max value from RGB is 190 - color contains mainly: blue. Hex color #0432BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0432BE is #FBCD41. Grayscale: #333333. Windows color (decimal): -16502082 or 12464644. OLE color: 12464644.
HSL color Cylindrical-coordinate representation of color #0432BE: hue angle of 225.16º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0432BE is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 50 | 190 | - |
| CMYK | 0.98 | 0.74 | 0 | 0.25 |
| HSL | 225.16º | 0.96% | 0.38% | - |
| HSV(B) | 225.16º | 0.98% | 0.75% | - |
| XYZ | 10.48 | 6.02 | 49.33 | - |
| YUV | 52.21 | 205.76 | 93.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 50 | 190 | 0.98 | 0.74 | 0 | 0.25 | 225.16 | 0.96 | 0.38 |
| Hex | 4 | 32 | BE | 62 | 4A | 0 | 19 | E1 | 60 | 26 |
| Octal | 4 | 62 | 276 | 142 | 112 | 0 | 31 | 341 | 140 | 46 |
| Binary | 100 | 110010 | 10111110 | 1100010 | 1001010 | 0 | 11001 | 11100001 | 1100000 | 100110 |
Color Harmonies of #0432BE
Complementary color
Monochromatic Colors of #0432BE
Black with #0432BE
Text Example
Text Example
White with #0432BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0432BE; }
p { color: rgb(4,50,190); }
H1.HeaderClassName
{
color: #0432BE;
}
.AnyTagClassName
{
color: #0432BE;
}
</style>
background-color css
<style>
a { background-color: #0432BE; }
a { background-color: rgb(4,50,190); }
div.DivClassName
{
background-color: #0432BE;
}
.BgClassName
{
background-color: #0432BE;
}
</style>
border-color css
<style>
span { border-color: #0432BE; }
span { border-color: rgb(4,50,190); }
td.TdClassName
{
border-color: #0432BE;
}
.TagClassName
{
border-color: #0432BE;
}
</style>