Html Css Color HEX #0420C0 International Klein Blue
📋 copy color: '#0420C0'red 4 ◦ green 32 ◦ blue 192
Shades of International Klein Blue #0420C0
Tints of International Klein Blue #0420C0
RGB
CMYK
RGB Variations
Color information
#0420C0 (or 0x0420C0) is known color: International Klein Blue. HEX triplet: 04, 20 and C0. RGB value is (4,32,192). Sum of RGB (Red+Green+Blue) = 4+32+192=228 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.75% from 228); Green value is 32 (12.89% from 255 or 14.04% from 228); Blue value is 192 (75.39% from 255 or 84.21% from 228); Max value from RGB is 192 - color contains mainly: blue. Hex color #0420C0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0420C0 is #FBDF3F. Grayscale: #292929. Windows color (decimal): -16506688 or 12591108. OLE color: 12591108.
HSL color Cylindrical-coordinate representation of color #0420C0: hue angle of 231.06º 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 #0420C0 is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 32 | 192 | - |
| CMYK | 0.98 | 0.83 | 0 | 0.25 |
| HSL | 231.06º | 0.96% | 0.38% | - |
| HSV(B) | 231.06º | 0.98% | 0.75% | - |
| XYZ | 10.08 | 4.86 | 50.28 | - |
| YUV | 41.87 | 212.72 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 32 | 192 | 0.98 | 0.83 | 0 | 0.25 | 231.06 | 0.96 | 0.38 |
| Hex | 4 | 20 | C0 | 62 | 53 | 0 | 19 | E7 | 60 | 26 |
| Octal | 4 | 40 | 300 | 142 | 123 | 0 | 31 | 347 | 140 | 46 |
| Binary | 100 | 100000 | 11000000 | 1100010 | 1010011 | 0 | 11001 | 11100111 | 1100000 | 100110 |
Color Harmonies of #0420C0
Complementary color
Monochromatic Colors of #0420C0
Black with #0420C0
Text Example
Text Example
White with #0420C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0420C0; }
p { color: rgb(4,32,192); }
H1.HeaderClassName
{
color: #0420C0;
}
.AnyTagClassName
{
color: #0420C0;
}
</style>
background-color css
<style>
a { background-color: #0420C0; }
a { background-color: rgb(4,32,192); }
div.DivClassName
{
background-color: #0420C0;
}
.BgClassName
{
background-color: #0420C0;
}
</style>
border-color css
<style>
span { border-color: #0420C0; }
span { border-color: rgb(4,32,192); }
td.TdClassName
{
border-color: #0420C0;
}
.TagClassName
{
border-color: #0420C0;
}
</style>