Html Css Color HEX #0136BE International Klein Blue
📋 copy color: '#0136BE'red 1 ◦ green 54 ◦ blue 190
Shades of International Klein Blue #0136BE
Tints of International Klein Blue #0136BE
RGB
CMYK
RGB Variations
Color information
#0136BE (or 0x0136BE) is known color: International Klein Blue. HEX triplet: 01, 36 and BE. RGB value is (1,54,190). Sum of RGB (Red+Green+Blue) = 1+54+190=245 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 245); Green value is 54 (21.48% from 255 or 22.04% from 245); Blue value is 190 (74.61% from 255 or 77.55% from 245); Max value from RGB is 190 - color contains mainly: blue. Hex color #0136BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0136BE is #FEC941. Grayscale: #353535. Windows color (decimal): -16697666 or 12465665. OLE color: 12465665.
HSL color Cylindrical-coordinate representation of color #0136BE: hue angle of 223.17º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0136BE is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 54 | 190 | - |
| CMYK | 0.99 | 0.72 | 0 | 0.25 |
| HSL | 223.17º | 0.99% | 0.37% | - |
| HSV(B) | 223.17º | 0.99% | 0.75% | - |
| XYZ | 10.63 | 6.36 | 49.38 | - |
| YUV | 53.66 | 204.94 | 90.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 54 | 190 | 0.99 | 0.72 | 0 | 0.25 | 223.17 | 0.99 | 0.37 |
| Hex | 1 | 36 | BE | 63 | 48 | 0 | 19 | DF | 63 | 25 |
| Octal | 1 | 66 | 276 | 143 | 110 | 0 | 31 | 337 | 143 | 45 |
| Binary | 1 | 110110 | 10111110 | 1100011 | 1001000 | 0 | 11001 | 11011111 | 1100011 | 100101 |
Color Harmonies of #0136BE
Complementary color
Monochromatic Colors of #0136BE
Black with #0136BE
Text Example
Text Example
White with #0136BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0136BE; }
p { color: rgb(1,54,190); }
H1.HeaderClassName
{
color: #0136BE;
}
.AnyTagClassName
{
color: #0136BE;
}
</style>
background-color css
<style>
a { background-color: #0136BE; }
a { background-color: rgb(1,54,190); }
div.DivClassName
{
background-color: #0136BE;
}
.BgClassName
{
background-color: #0136BE;
}
</style>
border-color css
<style>
span { border-color: #0136BE; }
span { border-color: rgb(1,54,190); }
td.TdClassName
{
border-color: #0136BE;
}
.TagClassName
{
border-color: #0136BE;
}
</style>