Html Css Color HEX #0137BC International Klein Blue
📋 copy color: '#0137BC'red 1 ◦ green 55 ◦ blue 188
Shades of International Klein Blue #0137BC
Tints of International Klein Blue #0137BC
RGB
CMYK
RGB Variations
Color information
#0137BC (or 0x0137BC) is known color: International Klein Blue. HEX triplet: 01, 37 and BC. RGB value is (1,55,188). Sum of RGB (Red+Green+Blue) = 1+55+188=244 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 244); Green value is 55 (21.88% from 255 or 22.54% from 244); Blue value is 188 (73.83% from 255 or 77.05% from 244); Max value from RGB is 188 - color contains mainly: blue. Hex color #0137BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0137BC is #FEC843. Grayscale: #353535. Windows color (decimal): -16697412 or 12334849. OLE color: 12334849.
HSL color Cylindrical-coordinate representation of color #0137BC: hue angle of 222.67º 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 #0137BC is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 55 | 188 | - |
| CMYK | 0.99 | 0.71 | 0 | 0.26 |
| HSL | 222.67º | 0.99% | 0.37% | - |
| HSV(B) | 222.67º | 0.99% | 0.74% | - |
| XYZ | 10.46 | 6.37 | 48.26 | - |
| YUV | 54.02 | 203.61 | 90.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 55 | 188 | 0.99 | 0.71 | 0 | 0.26 | 222.67 | 0.99 | 0.37 |
| Hex | 1 | 37 | BC | 63 | 47 | 0 | 1A | DF | 63 | 25 |
| Octal | 1 | 67 | 274 | 143 | 107 | 0 | 32 | 337 | 143 | 45 |
| Binary | 1 | 110111 | 10111100 | 1100011 | 1000111 | 0 | 11010 | 11011111 | 1100011 | 100101 |
Color Harmonies of #0137BC
Complementary color
Monochromatic Colors of #0137BC
Black with #0137BC
Text Example
Text Example
White with #0137BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0137BC; }
p { color: rgb(1,55,188); }
H1.HeaderClassName
{
color: #0137BC;
}
.AnyTagClassName
{
color: #0137BC;
}
</style>
background-color css
<style>
a { background-color: #0137BC; }
a { background-color: rgb(1,55,188); }
div.DivClassName
{
background-color: #0137BC;
}
.BgClassName
{
background-color: #0137BC;
}
</style>
border-color css
<style>
span { border-color: #0137BC; }
span { border-color: rgb(1,55,188); }
td.TdClassName
{
border-color: #0137BC;
}
.TagClassName
{
border-color: #0137BC;
}
</style>