Html Css Color HEX #0420B7 International Klein Blue
📋 copy color: '#0420B7'red 4 ◦ green 32 ◦ blue 183
Shades of International Klein Blue #0420B7
Tints of International Klein Blue #0420B7
RGB
CMYK
RGB Variations
Color information
#0420B7 (or 0x0420B7) is known color: International Klein Blue. HEX triplet: 04, 20 and B7. RGB value is (4,32,183). Sum of RGB (Red+Green+Blue) = 4+32+183=219 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 219); Green value is 32 (12.89% from 255 or 14.61% from 219); Blue value is 183 (71.88% from 255 or 83.56% from 219); Max value from RGB is 183 - color contains mainly: blue. Hex color #0420B7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0420B7 is #FBDF48. Grayscale: #282828. Windows color (decimal): -16506697 or 12001284. OLE color: 12001284.
HSL color Cylindrical-coordinate representation of color #0420B7: hue angle of 230.61º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0420B7 is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 4 | 32 | 183 | - |
| CMYK | 0.98 | 0.83 | 0 | 0.28 |
| HSL | 230.61º | 0.96% | 0.37% | - |
| HSV(B) | 230.61º | 0.98% | 0.72% | - |
| XYZ | 9.11 | 4.48 | 45.18 | - |
| YUV | 40.84 | 208.22 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 32 | 183 | 0.98 | 0.83 | 0 | 0.28 | 230.61 | 0.96 | 0.37 |
| Hex | 4 | 20 | B7 | 62 | 53 | 0 | 1C | E7 | 60 | 25 |
| Octal | 4 | 40 | 267 | 142 | 123 | 0 | 34 | 347 | 140 | 45 |
| Binary | 100 | 100000 | 10110111 | 1100010 | 1010011 | 0 | 11100 | 11100111 | 1100000 | 100101 |
Color Harmonies of #0420B7
Complementary color
Monochromatic Colors of #0420B7
Black with #0420B7
Text Example
Text Example
White with #0420B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0420B7; }
p { color: rgb(4,32,183); }
H1.HeaderClassName
{
color: #0420B7;
}
.AnyTagClassName
{
color: #0420B7;
}
</style>
background-color css
<style>
a { background-color: #0420B7; }
a { background-color: rgb(4,32,183); }
div.DivClassName
{
background-color: #0420B7;
}
.BgClassName
{
background-color: #0420B7;
}
</style>
border-color css
<style>
span { border-color: #0420B7; }
span { border-color: rgb(4,32,183); }
td.TdClassName
{
border-color: #0420B7;
}
.TagClassName
{
border-color: #0420B7;
}
</style>