Html Css Color HEX #0420BC International Klein Blue
📋 copy color: '#0420BC'red 4 ◦ green 32 ◦ blue 188
Shades of International Klein Blue #0420BC
Tints of International Klein Blue #0420BC
RGB
CMYK
RGB Variations
Color information
#0420BC (or 0x0420BC) is known color: International Klein Blue. HEX triplet: 04, 20 and BC. RGB value is (4,32,188). Sum of RGB (Red+Green+Blue) = 4+32+188=224 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 224); Green value is 32 (12.89% from 255 or 14.29% from 224); Blue value is 188 (73.83% from 255 or 83.93% from 224); Max value from RGB is 188 - color contains mainly: blue. Hex color #0420BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0420BC is #FBDF43. Grayscale: #282828. Windows color (decimal): -16506692 or 12328964. OLE color: 12328964.
HSL color Cylindrical-coordinate representation of color #0420BC: hue angle of 230.87º 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 #0420BC is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 32 | 188 | - |
| CMYK | 0.98 | 0.83 | 0 | 0.26 |
| HSL | 230.87º | 0.96% | 0.38% | - |
| HSV(B) | 230.87º | 0.98% | 0.74% | - |
| XYZ | 9.64 | 4.69 | 47.97 | - |
| YUV | 41.41 | 210.72 | 101.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 32 | 188 | 0.98 | 0.83 | 0 | 0.26 | 230.87 | 0.96 | 0.38 |
| Hex | 4 | 20 | BC | 62 | 53 | 0 | 1A | E7 | 60 | 26 |
| Octal | 4 | 40 | 274 | 142 | 123 | 0 | 32 | 347 | 140 | 46 |
| Binary | 100 | 100000 | 10111100 | 1100010 | 1010011 | 0 | 11010 | 11100111 | 1100000 | 100110 |
Color Harmonies of #0420BC
Complementary color
Monochromatic Colors of #0420BC
Black with #0420BC
Text Example
Text Example
White with #0420BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0420BC; }
p { color: rgb(4,32,188); }
H1.HeaderClassName
{
color: #0420BC;
}
.AnyTagClassName
{
color: #0420BC;
}
</style>
background-color css
<style>
a { background-color: #0420BC; }
a { background-color: rgb(4,32,188); }
div.DivClassName
{
background-color: #0420BC;
}
.BgClassName
{
background-color: #0420BC;
}
</style>
border-color css
<style>
span { border-color: #0420BC; }
span { border-color: rgb(4,32,188); }
td.TdClassName
{
border-color: #0420BC;
}
.TagClassName
{
border-color: #0420BC;
}
</style>