Html Css Color HEX #0420AF International Klein Blue
📋 copy color: '#0420AF'red 4 ◦ green 32 ◦ blue 175
Shades of International Klein Blue #0420AF
Tints of International Klein Blue #0420AF
RGB
CMYK
RGB Variations
Color information
#0420AF (or 0x0420AF) is known color: International Klein Blue. HEX triplet: 04, 20 and AF. RGB value is (4,32,175). Sum of RGB (Red+Green+Blue) = 4+32+175=211 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 175 (68.75% from 255 or 82.94% from 211); Max value from RGB is 175 - color contains mainly: blue. Hex color #0420AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0420AF is #FBDF50. Grayscale: #272727. Windows color (decimal): -16506705 or 11476996. OLE color: 11476996.
HSL color Cylindrical-coordinate representation of color #0420AF: hue angle of 230.18º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0420AF is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 4 | 32 | 175 | - |
| CMYK | 0.98 | 0.82 | 0 | 0.31 |
| HSL | 230.18º | 0.96% | 0.35% | - |
| HSV(B) | 230.18º | 0.98% | 0.69% | - |
| XYZ | 8.3 | 4.15 | 40.92 | - |
| YUV | 39.93 | 204.22 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 32 | 175 | 0.98 | 0.82 | 0 | 0.31 | 230.18 | 0.96 | 0.35 |
| Hex | 4 | 20 | AF | 62 | 52 | 0 | 1F | E6 | 60 | 23 |
| Octal | 4 | 40 | 257 | 142 | 122 | 0 | 37 | 346 | 140 | 43 |
| Binary | 100 | 100000 | 10101111 | 1100010 | 1010010 | 0 | 11111 | 11100110 | 1100000 | 100011 |
Color Harmonies of #0420AF
Complementary color
Monochromatic Colors of #0420AF
Black with #0420AF
Text Example
Text Example
White with #0420AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0420AF; }
p { color: rgb(4,32,175); }
H1.HeaderClassName
{
color: #0420AF;
}
.AnyTagClassName
{
color: #0420AF;
}
</style>
background-color css
<style>
a { background-color: #0420AF; }
a { background-color: rgb(4,32,175); }
div.DivClassName
{
background-color: #0420AF;
}
.BgClassName
{
background-color: #0420AF;
}
</style>
border-color css
<style>
span { border-color: #0420AF; }
span { border-color: rgb(4,32,175); }
td.TdClassName
{
border-color: #0420AF;
}
.TagClassName
{
border-color: #0420AF;
}
</style>