Html Css Color HEX #0432A0 International Klein Blue
📋 copy color: '#0432A0'red 4 ◦ green 50 ◦ blue 160
Shades of International Klein Blue #0432A0
Tints of International Klein Blue #0432A0
RGB
CMYK
RGB Variations
Color information
#0432A0 (or 0x0432A0) is known color: International Klein Blue. HEX triplet: 04, 32 and A0. RGB value is (4,50,160). Sum of RGB (Red+Green+Blue) = 4+50+160=214 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.87% from 214); Green value is 50 (19.92% from 255 or 23.36% from 214); Blue value is 160 (62.89% from 255 or 74.77% from 214); Max value from RGB is 160 - color contains mainly: blue. Hex color #0432A0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0432A0 is #FBCD5F. Grayscale: #303030. Windows color (decimal): -16502112 or 10498564. OLE color: 10498564.
HSL color Cylindrical-coordinate representation of color #0432A0: hue angle of 222.31º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0432A0 is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 4 | 50 | 160 | - |
| CMYK | 0.98 | 0.69 | 0 | 0.37 |
| HSL | 222.31º | 0.95% | 0.32% | - |
| HSV(B) | 222.31º | 0.98% | 0.63% | - |
| XYZ | 7.54 | 4.85 | 33.8 | - |
| YUV | 48.79 | 190.76 | 96.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 50 | 160 | 0.98 | 0.69 | 0 | 0.37 | 222.31 | 0.95 | 0.32 |
| Hex | 4 | 32 | A0 | 62 | 45 | 0 | 25 | DE | 5F | 20 |
| Octal | 4 | 62 | 240 | 142 | 105 | 0 | 45 | 336 | 137 | 40 |
| Binary | 100 | 110010 | 10100000 | 1100010 | 1000101 | 0 | 100101 | 11011110 | 1011111 | 100000 |
Color Harmonies of #0432A0
Complementary color
Monochromatic Colors of #0432A0
Black with #0432A0
Text Example
Text Example
White with #0432A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0432A0; }
p { color: rgb(4,50,160); }
H1.HeaderClassName
{
color: #0432A0;
}
.AnyTagClassName
{
color: #0432A0;
}
</style>
background-color css
<style>
a { background-color: #0432A0; }
a { background-color: rgb(4,50,160); }
div.DivClassName
{
background-color: #0432A0;
}
.BgClassName
{
background-color: #0432A0;
}
</style>
border-color css
<style>
span { border-color: #0432A0; }
span { border-color: rgb(4,50,160); }
td.TdClassName
{
border-color: #0432A0;
}
.TagClassName
{
border-color: #0432A0;
}
</style>