Html Css Color HEX #0425A0 International Klein Blue
📋 copy color: '#0425A0'red 4 ◦ green 37 ◦ blue 160
Shades of International Klein Blue #0425A0
Tints of International Klein Blue #0425A0
RGB
CMYK
RGB Variations
Color information
#0425A0 (or 0x0425A0) is known color: International Klein Blue. HEX triplet: 04, 25 and A0. RGB value is (4,37,160). Sum of RGB (Red+Green+Blue) = 4+37+160=201 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.99% from 201); Green value is 37 (14.84% from 255 or 18.41% from 201); Blue value is 160 (62.89% from 255 or 79.60% from 201); Max value from RGB is 160 - color contains mainly: blue. Hex color #0425A0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0425A0 is #FBDA5F. Grayscale: #282828. Windows color (decimal): -16505440 or 10495236. OLE color: 10495236.
HSL color Cylindrical-coordinate representation of color #0425A0: hue angle of 227.31º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0425A0 is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 4 | 37 | 160 | - |
| CMYK | 0.98 | 0.77 | 0 | 0.37 |
| HSL | 227.31º | 0.95% | 0.32% | - |
| HSV(B) | 227.31º | 0.98% | 0.63% | - |
| XYZ | 7.06 | 3.89 | 33.64 | - |
| YUV | 41.16 | 195.07 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 37 | 160 | 0.98 | 0.77 | 0 | 0.37 | 227.31 | 0.95 | 0.32 |
| Hex | 4 | 25 | A0 | 62 | 4D | 0 | 25 | E3 | 5F | 20 |
| Octal | 4 | 45 | 240 | 142 | 115 | 0 | 45 | 343 | 137 | 40 |
| Binary | 100 | 100101 | 10100000 | 1100010 | 1001101 | 0 | 100101 | 11100011 | 1011111 | 100000 |
Color Harmonies of #0425A0
Complementary color
Monochromatic Colors of #0425A0
Black with #0425A0
Text Example
Text Example
White with #0425A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0425A0; }
p { color: rgb(4,37,160); }
H1.HeaderClassName
{
color: #0425A0;
}
.AnyTagClassName
{
color: #0425A0;
}
</style>
background-color css
<style>
a { background-color: #0425A0; }
a { background-color: rgb(4,37,160); }
div.DivClassName
{
background-color: #0425A0;
}
.BgClassName
{
background-color: #0425A0;
}
</style>
border-color css
<style>
span { border-color: #0425A0; }
span { border-color: rgb(4,37,160); }
td.TdClassName
{
border-color: #0425A0;
}
.TagClassName
{
border-color: #0425A0;
}
</style>