Html Css Color HEX #0131BE International Klein Blue
📋 copy color: '#0131BE'red 1 ◦ green 49 ◦ blue 190
Shades of International Klein Blue #0131BE
Tints of International Klein Blue #0131BE
RGB
CMYK
RGB Variations
Color information
#0131BE (or 0x0131BE) is known color: International Klein Blue. HEX triplet: 01, 31 and BE. RGB value is (1,49,190). Sum of RGB (Red+Green+Blue) = 1+49+190=240 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 240); Green value is 49 (19.53% from 255 or 20.42% from 240); Blue value is 190 (74.61% from 255 or 79.17% from 240); Max value from RGB is 190 - color contains mainly: blue. Hex color #0131BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0131BE is #FECE41. Grayscale: #323232. Windows color (decimal): -16698946 or 12464385. OLE color: 12464385.
HSL color Cylindrical-coordinate representation of color #0131BE: hue angle of 224.76º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0131BE is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 49 | 190 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.25 |
| HSL | 224.76º | 0.99% | 0.37% | - |
| HSV(B) | 224.76º | 0.99% | 0.75% | - |
| XYZ | 10.41 | 5.92 | 49.31 | - |
| YUV | 50.72 | 206.6 | 92.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 49 | 190 | 0.99 | 0.74 | 0 | 0.25 | 224.76 | 0.99 | 0.37 |
| Hex | 1 | 31 | BE | 63 | 4A | 0 | 19 | E1 | 63 | 25 |
| Octal | 1 | 61 | 276 | 143 | 112 | 0 | 31 | 341 | 143 | 45 |
| Binary | 1 | 110001 | 10111110 | 1100011 | 1001010 | 0 | 11001 | 11100001 | 1100011 | 100101 |
Color Harmonies of #0131BE
Complementary color
Monochromatic Colors of #0131BE
Black with #0131BE
Text Example
Text Example
White with #0131BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0131BE; }
p { color: rgb(1,49,190); }
H1.HeaderClassName
{
color: #0131BE;
}
.AnyTagClassName
{
color: #0131BE;
}
</style>
background-color css
<style>
a { background-color: #0131BE; }
a { background-color: rgb(1,49,190); }
div.DivClassName
{
background-color: #0131BE;
}
.BgClassName
{
background-color: #0131BE;
}
</style>
border-color css
<style>
span { border-color: #0131BE; }
span { border-color: rgb(1,49,190); }
td.TdClassName
{
border-color: #0131BE;
}
.TagClassName
{
border-color: #0131BE;
}
</style>