Html Css Color HEX #0137BB International Klein Blue
📋 copy color: '#0137BB'red 1 ◦ green 55 ◦ blue 187
Shades of International Klein Blue #0137BB
Tints of International Klein Blue #0137BB
RGB
CMYK
RGB Variations
Color information
#0137BB (or 0x0137BB) is known color: International Klein Blue. HEX triplet: 01, 37 and BB. RGB value is (1,55,187). Sum of RGB (Red+Green+Blue) = 1+55+187=243 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 243); Green value is 55 (21.88% from 255 or 22.63% from 243); Blue value is 187 (73.44% from 255 or 76.95% from 243); Max value from RGB is 187 - color contains mainly: blue. Hex color #0137BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0137BB is #FEC844. Grayscale: #353535. Windows color (decimal): -16697413 or 12269313. OLE color: 12269313.
HSL color Cylindrical-coordinate representation of color #0137BB: hue angle of 222.58º 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 #0137BB is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 55 | 187 | - |
| CMYK | 0.99 | 0.71 | 0 | 0.27 |
| HSL | 222.58º | 0.99% | 0.37% | - |
| HSV(B) | 222.58º | 0.99% | 0.73% | - |
| XYZ | 10.35 | 6.33 | 47.69 | - |
| YUV | 53.9 | 203.11 | 90.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 55 | 187 | 0.99 | 0.71 | 0 | 0.27 | 222.58 | 0.99 | 0.37 |
| Hex | 1 | 37 | BB | 63 | 47 | 0 | 1B | DF | 63 | 25 |
| Octal | 1 | 67 | 273 | 143 | 107 | 0 | 33 | 337 | 143 | 45 |
| Binary | 1 | 110111 | 10111011 | 1100011 | 1000111 | 0 | 11011 | 11011111 | 1100011 | 100101 |
Color Harmonies of #0137BB
Complementary color
Monochromatic Colors of #0137BB
Black with #0137BB
Text Example
Text Example
White with #0137BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0137BB; }
p { color: rgb(1,55,187); }
H1.HeaderClassName
{
color: #0137BB;
}
.AnyTagClassName
{
color: #0137BB;
}
</style>
background-color css
<style>
a { background-color: #0137BB; }
a { background-color: rgb(1,55,187); }
div.DivClassName
{
background-color: #0137BB;
}
.BgClassName
{
background-color: #0137BB;
}
</style>
border-color css
<style>
span { border-color: #0137BB; }
span { border-color: rgb(1,55,187); }
td.TdClassName
{
border-color: #0137BB;
}
.TagClassName
{
border-color: #0137BB;
}
</style>