Html Css Color HEX #0431A4 International Klein Blue
📋 copy color: '#0431A4'red 4 ◦ green 49 ◦ blue 164
Shades of International Klein Blue #0431A4
Tints of International Klein Blue #0431A4
RGB
CMYK
RGB Variations
Color information
#0431A4 (or 0x0431A4) is known color: International Klein Blue. HEX triplet: 04, 31 and A4. RGB value is (4,49,164). Sum of RGB (Red+Green+Blue) = 4+49+164=217 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.84% from 217); Green value is 49 (19.53% from 255 or 22.58% from 217); Blue value is 164 (64.45% from 255 or 75.58% from 217); Max value from RGB is 164 - color contains mainly: blue. Hex color #0431A4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0431A4 is #FBCE5B. Grayscale: #303030. Windows color (decimal): -16502364 or 10760452. OLE color: 10760452.
HSL color Cylindrical-coordinate representation of color #0431A4: hue angle of 223.12º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0431A4 is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 4 | 49 | 164 | - |
| CMYK | 0.98 | 0.70 | 0 | 0.36 |
| HSL | 223.13º | 0.95% | 0.33% | - |
| HSV(B) | 223.13º | 0.98% | 0.64% | - |
| XYZ | 7.85 | 4.9 | 35.65 | - |
| YUV | 48.66 | 193.09 | 96.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 49 | 164 | 0.98 | 0.70 | 0 | 0.36 | 223.13 | 0.95 | 0.33 |
| Hex | 4 | 31 | A4 | 62 | 46 | 0 | 24 | DF | 5F | 21 |
| Octal | 4 | 61 | 244 | 142 | 106 | 0 | 44 | 337 | 137 | 41 |
| Binary | 100 | 110001 | 10100100 | 1100010 | 1000110 | 0 | 100100 | 11011111 | 1011111 | 100001 |
Color Harmonies of #0431A4
Complementary color
Monochromatic Colors of #0431A4
Black with #0431A4
Text Example
Text Example
White with #0431A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0431A4; }
p { color: rgb(4,49,164); }
H1.HeaderClassName
{
color: #0431A4;
}
.AnyTagClassName
{
color: #0431A4;
}
</style>
background-color css
<style>
a { background-color: #0431A4; }
a { background-color: rgb(4,49,164); }
div.DivClassName
{
background-color: #0431A4;
}
.BgClassName
{
background-color: #0431A4;
}
</style>
border-color css
<style>
span { border-color: #0431A4; }
span { border-color: rgb(4,49,164); }
td.TdClassName
{
border-color: #0431A4;
}
.TagClassName
{
border-color: #0431A4;
}
</style>