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