Html Css Color HEX #031EA8 International Klein Blue
📋 copy color: '#031EA8'red 3 ◦ green 30 ◦ blue 168
Shades of International Klein Blue #031EA8
Tints of International Klein Blue #031EA8
RGB
CMYK
RGB Variations
Color information
#031EA8 (or 0x031EA8) is known color: International Klein Blue. HEX triplet: 03, 1E and A8. RGB value is (3,30,168). Sum of RGB (Red+Green+Blue) = 3+30+168=201 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 201); Green value is 30 (12.11% from 255 or 14.93% from 201); Blue value is 168 (66.02% from 255 or 83.58% from 201); Max value from RGB is 168 - color contains mainly: blue. Hex color #031EA8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031EA8 is #FCE157. Grayscale: #252525. Windows color (decimal): -16572760 or 11017731. OLE color: 11017731.
HSL color Cylindrical-coordinate representation of color #031EA8: hue angle of 230.18º degrees, saturation: 0.96, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031EA8 is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 3 | 30 | 168 | - |
| CMYK | 0.98 | 0.82 | 0 | 0.34 |
| HSL | 230.18º | 0.96% | 0.34% | - |
| HSV(B) | 230.18º | 0.98% | 0.66% | - |
| XYZ | 7.57 | 3.78 | 37.38 | - |
| YUV | 37.66 | 201.55 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 30 | 168 | 0.98 | 0.82 | 0 | 0.34 | 230.18 | 0.96 | 0.34 |
| Hex | 3 | 1E | A8 | 62 | 52 | 0 | 22 | E6 | 60 | 22 |
| Octal | 3 | 36 | 250 | 142 | 122 | 0 | 42 | 346 | 140 | 42 |
| Binary | 11 | 11110 | 10101000 | 1100010 | 1010010 | 0 | 100010 | 11100110 | 1100000 | 100010 |
Color Harmonies of #031EA8
Complementary color
Monochromatic Colors of #031EA8
Black with #031EA8
Text Example
Text Example
White with #031EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031EA8; }
p { color: rgb(3,30,168); }
H1.HeaderClassName
{
color: #031EA8;
}
.AnyTagClassName
{
color: #031EA8;
}
</style>
background-color css
<style>
a { background-color: #031EA8; }
a { background-color: rgb(3,30,168); }
div.DivClassName
{
background-color: #031EA8;
}
.BgClassName
{
background-color: #031EA8;
}
</style>
border-color css
<style>
span { border-color: #031EA8; }
span { border-color: rgb(3,30,168); }
td.TdClassName
{
border-color: #031EA8;
}
.TagClassName
{
border-color: #031EA8;
}
</style>