Html Css Color HEX #0425B1 International Klein Blue
📋 copy color: '#0425B1'red 4 ◦ green 37 ◦ blue 177
Shades of International Klein Blue #0425B1
Tints of International Klein Blue #0425B1
RGB
CMYK
RGB Variations
Color information
#0425B1 (or 0x0425B1) is known color: International Klein Blue. HEX triplet: 04, 25 and B1. RGB value is (4,37,177). Sum of RGB (Red+Green+Blue) = 4+37+177=218 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 218); Green value is 37 (14.84% from 255 or 16.97% from 218); Blue value is 177 (69.53% from 255 or 81.19% from 218); Max value from RGB is 177 - color contains mainly: blue. Hex color #0425B1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0425B1 is #FBDA4E. Grayscale: #2A2A2A. Windows color (decimal): -16505423 or 11609348. OLE color: 11609348.
HSL color Cylindrical-coordinate representation of color #0425B1: hue angle of 228.55º 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 #0425B1 is Cyan = 0.98, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 4 | 37 | 177 | - |
| CMYK | 0.98 | 0.79 | 0 | 0.31 |
| HSL | 228.55º | 0.96% | 0.35% | - |
| HSV(B) | 228.55º | 0.98% | 0.69% | - |
| XYZ | 8.65 | 4.52 | 42.01 | - |
| YUV | 43.09 | 203.57 | 100.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 37 | 177 | 0.98 | 0.79 | 0 | 0.31 | 228.55 | 0.96 | 0.35 |
| Hex | 4 | 25 | B1 | 62 | 4F | 0 | 1F | E5 | 60 | 23 |
| Octal | 4 | 45 | 261 | 142 | 117 | 0 | 37 | 345 | 140 | 43 |
| Binary | 100 | 100101 | 10110001 | 1100010 | 1001111 | 0 | 11111 | 11100101 | 1100000 | 100011 |
Color Harmonies of #0425B1
Complementary color
Monochromatic Colors of #0425B1
Black with #0425B1
Text Example
Text Example
White with #0425B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0425B1; }
p { color: rgb(4,37,177); }
H1.HeaderClassName
{
color: #0425B1;
}
.AnyTagClassName
{
color: #0425B1;
}
</style>
background-color css
<style>
a { background-color: #0425B1; }
a { background-color: rgb(4,37,177); }
div.DivClassName
{
background-color: #0425B1;
}
.BgClassName
{
background-color: #0425B1;
}
</style>
border-color css
<style>
span { border-color: #0425B1; }
span { border-color: rgb(4,37,177); }
td.TdClassName
{
border-color: #0425B1;
}
.TagClassName
{
border-color: #0425B1;
}
</style>