Html Css Color HEX #0420BA International Klein Blue
📋 copy color: '#0420BA'red 4 ◦ green 32 ◦ blue 186
Shades of International Klein Blue #0420BA
Tints of International Klein Blue #0420BA
RGB
CMYK
RGB Variations
Color information
#0420BA (or 0x0420BA) is known color: International Klein Blue. HEX triplet: 04, 20 and BA. RGB value is (4,32,186). Sum of RGB (Red+Green+Blue) = 4+32+186=222 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.80% from 222); Green value is 32 (12.89% from 255 or 14.41% from 222); Blue value is 186 (73.05% from 255 or 83.78% from 222); Max value from RGB is 186 - color contains mainly: blue. Hex color #0420BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0420BA is #FBDF45. Grayscale: #282828. Windows color (decimal): -16506694 or 12197892. OLE color: 12197892.
HSL color Cylindrical-coordinate representation of color #0420BA: hue angle of 230.77º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0420BA is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 32 | 186 | - |
| CMYK | 0.98 | 0.83 | 0 | 0.27 |
| HSL | 230.77º | 0.96% | 0.37% | - |
| HSV(B) | 230.77º | 0.98% | 0.73% | - |
| XYZ | 9.43 | 4.6 | 46.85 | - |
| YUV | 41.18 | 209.72 | 101.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 32 | 186 | 0.98 | 0.83 | 0 | 0.27 | 230.77 | 0.96 | 0.37 |
| Hex | 4 | 20 | BA | 62 | 53 | 0 | 1B | E7 | 60 | 25 |
| Octal | 4 | 40 | 272 | 142 | 123 | 0 | 33 | 347 | 140 | 45 |
| Binary | 100 | 100000 | 10111010 | 1100010 | 1010011 | 0 | 11011 | 11100111 | 1100000 | 100101 |
Color Harmonies of #0420BA
Complementary color
Monochromatic Colors of #0420BA
Black with #0420BA
Text Example
Text Example
White with #0420BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0420BA; }
p { color: rgb(4,32,186); }
H1.HeaderClassName
{
color: #0420BA;
}
.AnyTagClassName
{
color: #0420BA;
}
</style>
background-color css
<style>
a { background-color: #0420BA; }
a { background-color: rgb(4,32,186); }
div.DivClassName
{
background-color: #0420BA;
}
.BgClassName
{
background-color: #0420BA;
}
</style>
border-color css
<style>
span { border-color: #0420BA; }
span { border-color: rgb(4,32,186); }
td.TdClassName
{
border-color: #0420BA;
}
.TagClassName
{
border-color: #0420BA;
}
</style>