Html Css Color HEX #031EC1 International Klein Blue
📋 copy color: '#031EC1'red 3 ◦ green 30 ◦ blue 193
Shades of International Klein Blue #031EC1
Tints of International Klein Blue #031EC1
RGB
CMYK
RGB Variations
Color information
#031EC1 (or 0x031EC1) is known color: International Klein Blue. HEX triplet: 03, 1E and C1. RGB value is (3,30,193). Sum of RGB (Red+Green+Blue) = 3+30+193=226 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 226); Green value is 30 (12.11% from 255 or 13.27% from 226); Blue value is 193 (75.78% from 255 or 85.40% from 226); Max value from RGB is 193 - color contains mainly: blue. Hex color #031EC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031EC1 is #FCE13E. Grayscale: #272727. Windows color (decimal): -16572735 or 12656131. OLE color: 12656131.
HSL color Cylindrical-coordinate representation of color #031EC1: hue angle of 231.47º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031EC1 is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 3 | 30 | 193 | - |
| CMYK | 0.98 | 0.84 | 0 | 0.24 |
| HSL | 231.47º | 0.97% | 0.38% | - |
| HSV(B) | 231.47º | 0.98% | 0.76% | - |
| XYZ | 10.13 | 4.8 | 50.84 | - |
| YUV | 40.51 | 214.05 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 30 | 193 | 0.98 | 0.84 | 0 | 0.24 | 231.47 | 0.97 | 0.38 |
| Hex | 3 | 1E | C1 | 62 | 54 | 0 | 18 | E7 | 61 | 26 |
| Octal | 3 | 36 | 301 | 142 | 124 | 0 | 30 | 347 | 141 | 46 |
| Binary | 11 | 11110 | 11000001 | 1100010 | 1010100 | 0 | 11000 | 11100111 | 1100001 | 100110 |
Color Harmonies of #031EC1
Complementary color
Monochromatic Colors of #031EC1
Black with #031EC1
Text Example
Text Example
White with #031EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031EC1; }
p { color: rgb(3,30,193); }
H1.HeaderClassName
{
color: #031EC1;
}
.AnyTagClassName
{
color: #031EC1;
}
</style>
background-color css
<style>
a { background-color: #031EC1; }
a { background-color: rgb(3,30,193); }
div.DivClassName
{
background-color: #031EC1;
}
.BgClassName
{
background-color: #031EC1;
}
</style>
border-color css
<style>
span { border-color: #031EC1; }
span { border-color: rgb(3,30,193); }
td.TdClassName
{
border-color: #031EC1;
}
.TagClassName
{
border-color: #031EC1;
}
</style>