Html Css Color HEX #0131BA International Klein Blue
📋 copy color: '#0131BA'red 1 ◦ green 49 ◦ blue 186
Shades of International Klein Blue #0131BA
Tints of International Klein Blue #0131BA
RGB
CMYK
RGB Variations
Color information
#0131BA (or 0x0131BA) is known color: International Klein Blue. HEX triplet: 01, 31 and BA. RGB value is (1,49,186). Sum of RGB (Red+Green+Blue) = 1+49+186=236 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 236); Green value is 49 (19.53% from 255 or 20.76% from 236); Blue value is 186 (73.05% from 255 or 78.81% from 236); Max value from RGB is 186 - color contains mainly: blue. Hex color #0131BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0131BA is #FECE45. Grayscale: #313131. Windows color (decimal): -16698950 or 12202241. OLE color: 12202241.
HSL color Cylindrical-coordinate representation of color #0131BA: hue angle of 224.43º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0131BA is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 49 | 186 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.27 |
| HSL | 224.43º | 0.99% | 0.37% | - |
| HSV(B) | 224.43º | 0.99% | 0.73% | - |
| XYZ | 9.97 | 5.75 | 47.04 | - |
| YUV | 50.27 | 204.6 | 92.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 49 | 186 | 0.99 | 0.74 | 0 | 0.27 | 224.43 | 0.99 | 0.37 |
| Hex | 1 | 31 | BA | 63 | 4A | 0 | 1B | E0 | 63 | 25 |
| Octal | 1 | 61 | 272 | 143 | 112 | 0 | 33 | 340 | 143 | 45 |
| Binary | 1 | 110001 | 10111010 | 1100011 | 1001010 | 0 | 11011 | 11100000 | 1100011 | 100101 |
Color Harmonies of #0131BA
Complementary color
Monochromatic Colors of #0131BA
Black with #0131BA
Text Example
Text Example
White with #0131BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0131BA; }
p { color: rgb(1,49,186); }
H1.HeaderClassName
{
color: #0131BA;
}
.AnyTagClassName
{
color: #0131BA;
}
</style>
background-color css
<style>
a { background-color: #0131BA; }
a { background-color: rgb(1,49,186); }
div.DivClassName
{
background-color: #0131BA;
}
.BgClassName
{
background-color: #0131BA;
}
</style>
border-color css
<style>
span { border-color: #0131BA; }
span { border-color: rgb(1,49,186); }
td.TdClassName
{
border-color: #0131BA;
}
.TagClassName
{
border-color: #0131BA;
}
</style>