Html Css Color HEX #031FA0 International Klein Blue
📋 copy color: '#031FA0'red 3 ◦ green 31 ◦ blue 160
Shades of International Klein Blue #031FA0
Tints of International Klein Blue #031FA0
RGB
CMYK
RGB Variations
Color information
#031FA0 (or 0x031FA0) is known color: International Klein Blue. HEX triplet: 03, 1F and A0. RGB value is (3,31,160). Sum of RGB (Red+Green+Blue) = 3+31+160=194 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.55% from 194); Green value is 31 (12.5% from 255 or 15.98% from 194); Blue value is 160 (62.89% from 255 or 82.47% from 194); Max value from RGB is 160 - color contains mainly: blue. Hex color #031FA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031FA0 is #FCE05F. Grayscale: #242424. Windows color (decimal): -16572512 or 10493699. OLE color: 10493699.
HSL color Cylindrical-coordinate representation of color #031FA0: hue angle of 229.3º degrees, saturation: 0.96, 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 #031FA0 is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 3 | 31 | 160 | - |
| CMYK | 0.98 | 0.81 | 0 | 0.37 |
| HSL | 229.3º | 0.96% | 0.32% | - |
| HSV(B) | 229.3º | 0.98% | 0.63% | - |
| XYZ | 6.87 | 3.54 | 33.58 | - |
| YUV | 37.33 | 197.22 | 103.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 31 | 160 | 0.98 | 0.81 | 0 | 0.37 | 229.3 | 0.96 | 0.32 |
| Hex | 3 | 1F | A0 | 62 | 51 | 0 | 25 | E5 | 60 | 20 |
| Octal | 3 | 37 | 240 | 142 | 121 | 0 | 45 | 345 | 140 | 40 |
| Binary | 11 | 11111 | 10100000 | 1100010 | 1010001 | 0 | 100101 | 11100101 | 1100000 | 100000 |
Color Harmonies of #031FA0
Complementary color
Monochromatic Colors of #031FA0
Black with #031FA0
Text Example
Text Example
White with #031FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031FA0; }
p { color: rgb(3,31,160); }
H1.HeaderClassName
{
color: #031FA0;
}
.AnyTagClassName
{
color: #031FA0;
}
</style>
background-color css
<style>
a { background-color: #031FA0; }
a { background-color: rgb(3,31,160); }
div.DivClassName
{
background-color: #031FA0;
}
.BgClassName
{
background-color: #031FA0;
}
</style>
border-color css
<style>
span { border-color: #031FA0; }
span { border-color: rgb(3,31,160); }
td.TdClassName
{
border-color: #031FA0;
}
.TagClassName
{
border-color: #031FA0;
}
</style>