Html Css Color HEX #0131BC International Klein Blue
📋 copy color: '#0131BC'red 1 ◦ green 49 ◦ blue 188
Shades of International Klein Blue #0131BC
Tints of International Klein Blue #0131BC
RGB
CMYK
RGB Variations
Color information
#0131BC (or 0x0131BC) is known color: International Klein Blue. HEX triplet: 01, 31 and BC. RGB value is (1,49,188). Sum of RGB (Red+Green+Blue) = 1+49+188=238 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 238); Green value is 49 (19.53% from 255 or 20.59% from 238); Blue value is 188 (73.83% from 255 or 78.99% from 238); Max value from RGB is 188 - color contains mainly: blue. Hex color #0131BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0131BC is #FECE43. Grayscale: #313131. Windows color (decimal): -16698948 or 12333313. OLE color: 12333313.
HSL color Cylindrical-coordinate representation of color #0131BC: hue angle of 224.6º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0131BC is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 49 | 188 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.26 |
| HSL | 224.6º | 0.99% | 0.37% | - |
| HSV(B) | 224.6º | 0.99% | 0.74% | - |
| XYZ | 10.19 | 5.83 | 48.17 | - |
| YUV | 50.49 | 205.6 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 49 | 188 | 0.99 | 0.74 | 0 | 0.26 | 224.6 | 0.99 | 0.37 |
| Hex | 1 | 31 | BC | 63 | 4A | 0 | 1A | E1 | 63 | 25 |
| Octal | 1 | 61 | 274 | 143 | 112 | 0 | 32 | 341 | 143 | 45 |
| Binary | 1 | 110001 | 10111100 | 1100011 | 1001010 | 0 | 11010 | 11100001 | 1100011 | 100101 |
Color Harmonies of #0131BC
Complementary color
Monochromatic Colors of #0131BC
Black with #0131BC
Text Example
Text Example
White with #0131BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0131BC; }
p { color: rgb(1,49,188); }
H1.HeaderClassName
{
color: #0131BC;
}
.AnyTagClassName
{
color: #0131BC;
}
</style>
background-color css
<style>
a { background-color: #0131BC; }
a { background-color: rgb(1,49,188); }
div.DivClassName
{
background-color: #0131BC;
}
.BgClassName
{
background-color: #0131BC;
}
</style>
border-color css
<style>
span { border-color: #0131BC; }
span { border-color: rgb(1,49,188); }
td.TdClassName
{
border-color: #0131BC;
}
.TagClassName
{
border-color: #0131BC;
}
</style>