Html Css Color HEX #0137BA International Klein Blue
📋 copy color: '#0137BA'red 1 ◦ green 55 ◦ blue 186
Shades of International Klein Blue #0137BA
Tints of International Klein Blue #0137BA
RGB
CMYK
RGB Variations
Color information
#0137BA (or 0x0137BA) is known color: International Klein Blue. HEX triplet: 01, 37 and BA. RGB value is (1,55,186). Sum of RGB (Red+Green+Blue) = 1+55+186=242 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 242); Green value is 55 (21.88% from 255 or 22.73% from 242); Blue value is 186 (73.05% from 255 or 76.86% from 242); Max value from RGB is 186 - color contains mainly: blue. Hex color #0137BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0137BA is #FEC845. Grayscale: #353535. Windows color (decimal): -16697414 or 12203777. OLE color: 12203777.
HSL color Cylindrical-coordinate representation of color #0137BA: hue angle of 222.49º 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 #0137BA is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 55 | 186 | - |
| CMYK | 0.99 | 0.70 | 0 | 0.27 |
| HSL | 222.49º | 0.99% | 0.37% | - |
| HSV(B) | 222.49º | 0.99% | 0.73% | - |
| XYZ | 10.24 | 6.28 | 47.13 | - |
| YUV | 53.79 | 202.61 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 55 | 186 | 0.99 | 0.70 | 0 | 0.27 | 222.49 | 0.99 | 0.37 |
| Hex | 1 | 37 | BA | 63 | 46 | 0 | 1B | DE | 63 | 25 |
| Octal | 1 | 67 | 272 | 143 | 106 | 0 | 33 | 336 | 143 | 45 |
| Binary | 1 | 110111 | 10111010 | 1100011 | 1000110 | 0 | 11011 | 11011110 | 1100011 | 100101 |
Color Harmonies of #0137BA
Complementary color
Monochromatic Colors of #0137BA
Black with #0137BA
Text Example
Text Example
White with #0137BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0137BA; }
p { color: rgb(1,55,186); }
H1.HeaderClassName
{
color: #0137BA;
}
.AnyTagClassName
{
color: #0137BA;
}
</style>
background-color css
<style>
a { background-color: #0137BA; }
a { background-color: rgb(1,55,186); }
div.DivClassName
{
background-color: #0137BA;
}
.BgClassName
{
background-color: #0137BA;
}
</style>
border-color css
<style>
span { border-color: #0137BA; }
span { border-color: rgb(1,55,186); }
td.TdClassName
{
border-color: #0137BA;
}
.TagClassName
{
border-color: #0137BA;
}
</style>