Html Css Color HEX #0420C4 International Klein Blue
📋 copy color: '#0420C4'red 4 ◦ green 32 ◦ blue 196
Shades of International Klein Blue #0420C4
Tints of International Klein Blue #0420C4
RGB
CMYK
RGB Variations
Color information
#0420C4 (or 0x0420C4) is known color: International Klein Blue. HEX triplet: 04, 20 and C4. RGB value is (4,32,196). Sum of RGB (Red+Green+Blue) = 4+32+196=232 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.72% from 232); Green value is 32 (12.89% from 255 or 13.79% from 232); Blue value is 196 (76.95% from 255 or 84.48% from 232); Max value from RGB is 196 - color contains mainly: blue. Hex color #0420C4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0420C4 is #FBDF3B. Grayscale: #292929. Windows color (decimal): -16506684 or 12853252. OLE color: 12853252.
HSL color Cylindrical-coordinate representation of color #0420C4: hue angle of 231.25º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0420C4 is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 4 | 32 | 196 | - |
| CMYK | 0.98 | 0.84 | 0 | 0.23 |
| HSL | 231.25º | 0.96% | 0.39% | - |
| HSV(B) | 231.25º | 0.98% | 0.77% | - |
| XYZ | 10.53 | 5.04 | 52.64 | - |
| YUV | 42.32 | 214.72 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 32 | 196 | 0.98 | 0.84 | 0 | 0.23 | 231.25 | 0.96 | 0.39 |
| Hex | 4 | 20 | C4 | 62 | 54 | 0 | 17 | E7 | 60 | 27 |
| Octal | 4 | 40 | 304 | 142 | 124 | 0 | 27 | 347 | 140 | 47 |
| Binary | 100 | 100000 | 11000100 | 1100010 | 1010100 | 0 | 10111 | 11100111 | 1100000 | 100111 |
Color Harmonies of #0420C4
Complementary color
Monochromatic Colors of #0420C4
Black with #0420C4
Text Example
Text Example
White with #0420C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0420C4; }
p { color: rgb(4,32,196); }
H1.HeaderClassName
{
color: #0420C4;
}
.AnyTagClassName
{
color: #0420C4;
}
</style>
background-color css
<style>
a { background-color: #0420C4; }
a { background-color: rgb(4,32,196); }
div.DivClassName
{
background-color: #0420C4;
}
.BgClassName
{
background-color: #0420C4;
}
</style>
border-color css
<style>
span { border-color: #0420C4; }
span { border-color: rgb(4,32,196); }
td.TdClassName
{
border-color: #0420C4;
}
.TagClassName
{
border-color: #0420C4;
}
</style>