Html Css Color HEX #0427A7 International Klein Blue
📋 copy color: '#0427A7'red 4 ◦ green 39 ◦ blue 167
Shades of International Klein Blue #0427A7
Tints of International Klein Blue #0427A7
RGB
CMYK
RGB Variations
Color information
#0427A7 (or 0x0427A7) is known color: International Klein Blue. HEX triplet: 04, 27 and A7. RGB value is (4,39,167). Sum of RGB (Red+Green+Blue) = 4+39+167=210 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 210); Green value is 39 (15.62% from 255 or 18.57% from 210); Blue value is 167 (65.62% from 255 or 79.52% from 210); Max value from RGB is 167 - color contains mainly: blue. Hex color #0427A7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0427A7 is #FBD858. Grayscale: #2A2A2A. Windows color (decimal): -16504921 or 10954500. OLE color: 10954500.
HSL color Cylindrical-coordinate representation of color #0427A7: hue angle of 227.12º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0427A7 is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 4 | 39 | 167 | - |
| CMYK | 0.98 | 0.77 | 0 | 0.35 |
| HSL | 227.12º | 0.95% | 0.34% | - |
| HSV(B) | 227.12º | 0.98% | 0.65% | - |
| XYZ | 7.75 | 4.27 | 36.97 | - |
| YUV | 43.13 | 197.9 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 39 | 167 | 0.98 | 0.77 | 0 | 0.35 | 227.12 | 0.95 | 0.34 |
| Hex | 4 | 27 | A7 | 62 | 4D | 0 | 23 | E3 | 5F | 22 |
| Octal | 4 | 47 | 247 | 142 | 115 | 0 | 43 | 343 | 137 | 42 |
| Binary | 100 | 100111 | 10100111 | 1100010 | 1001101 | 0 | 100011 | 11100011 | 1011111 | 100010 |
Color Harmonies of #0427A7
Complementary color
Monochromatic Colors of #0427A7
Black with #0427A7
Text Example
Text Example
White with #0427A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0427A7; }
p { color: rgb(4,39,167); }
H1.HeaderClassName
{
color: #0427A7;
}
.AnyTagClassName
{
color: #0427A7;
}
</style>
background-color css
<style>
a { background-color: #0427A7; }
a { background-color: rgb(4,39,167); }
div.DivClassName
{
background-color: #0427A7;
}
.BgClassName
{
background-color: #0427A7;
}
</style>
border-color css
<style>
span { border-color: #0427A7; }
span { border-color: rgb(4,39,167); }
td.TdClassName
{
border-color: #0427A7;
}
.TagClassName
{
border-color: #0427A7;
}
</style>