Html Css Color HEX #031DA0 International Klein Blue
📋 copy color: '#031DA0'red 3 ◦ green 29 ◦ blue 160
Shades of International Klein Blue #031DA0
Tints of International Klein Blue #031DA0
RGB
CMYK
RGB Variations
Color information
#031DA0 (or 0x031DA0) is known color: International Klein Blue. HEX triplet: 03, 1D and A0. RGB value is (3,29,160). Sum of RGB (Red+Green+Blue) = 3+29+160=192 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.56% from 192); Green value is 29 (11.72% from 255 or 15.10% from 192); Blue value is 160 (62.89% from 255 or 83.33% from 192); Max value from RGB is 160 - color contains mainly: blue. Hex color #031DA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031DA0 is #FCE25F. Grayscale: #232323. Windows color (decimal): -16573024 or 10493187. OLE color: 10493187.
HSL color Cylindrical-coordinate representation of color #031DA0: hue angle of 230.06º 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 #031DA0 is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 3 | 29 | 160 | - |
| CMYK | 0.98 | 0.82 | 0 | 0.37 |
| HSL | 230.06º | 0.96% | 0.32% | - |
| HSV(B) | 230.06º | 0.98% | 0.63% | - |
| XYZ | 6.82 | 3.44 | 33.56 | - |
| YUV | 36.16 | 197.89 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 29 | 160 | 0.98 | 0.82 | 0 | 0.37 | 230.06 | 0.96 | 0.32 |
| Hex | 3 | 1D | A0 | 62 | 52 | 0 | 25 | E6 | 60 | 20 |
| Octal | 3 | 35 | 240 | 142 | 122 | 0 | 45 | 346 | 140 | 40 |
| Binary | 11 | 11101 | 10100000 | 1100010 | 1010010 | 0 | 100101 | 11100110 | 1100000 | 100000 |
Color Harmonies of #031DA0
Complementary color
Monochromatic Colors of #031DA0
Black with #031DA0
Text Example
Text Example
White with #031DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031DA0; }
p { color: rgb(3,29,160); }
H1.HeaderClassName
{
color: #031DA0;
}
.AnyTagClassName
{
color: #031DA0;
}
</style>
background-color css
<style>
a { background-color: #031DA0; }
a { background-color: rgb(3,29,160); }
div.DivClassName
{
background-color: #031DA0;
}
.BgClassName
{
background-color: #031DA0;
}
</style>
border-color css
<style>
span { border-color: #031DA0; }
span { border-color: rgb(3,29,160); }
td.TdClassName
{
border-color: #031DA0;
}
.TagClassName
{
border-color: #031DA0;
}
</style>