Html Css Color HEX #0136BA International Klein Blue
📋 copy color: '#0136BA'red 1 ◦ green 54 ◦ blue 186
Shades of International Klein Blue #0136BA
Tints of International Klein Blue #0136BA
RGB
CMYK
RGB Variations
Color information
#0136BA (or 0x0136BA) is known color: International Klein Blue. HEX triplet: 01, 36 and BA. RGB value is (1,54,186). Sum of RGB (Red+Green+Blue) = 1+54+186=241 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 241); Green value is 54 (21.48% from 255 or 22.41% from 241); Blue value is 186 (73.05% from 255 or 77.18% from 241); Max value from RGB is 186 - color contains mainly: blue. Hex color #0136BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0136BA is #FEC945. Grayscale: #343434. Windows color (decimal): -16697670 or 12203521. OLE color: 12203521.
HSL color Cylindrical-coordinate representation of color #0136BA: hue angle of 222.81º 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 #0136BA is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 54 | 186 | - |
| CMYK | 0.99 | 0.71 | 0 | 0.27 |
| HSL | 222.81º | 0.99% | 0.37% | - |
| HSV(B) | 222.81º | 0.99% | 0.73% | - |
| XYZ | 10.19 | 6.19 | 47.11 | - |
| YUV | 53.2 | 202.94 | 90.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 54 | 186 | 0.99 | 0.71 | 0 | 0.27 | 222.81 | 0.99 | 0.37 |
| Hex | 1 | 36 | BA | 63 | 47 | 0 | 1B | DF | 63 | 25 |
| Octal | 1 | 66 | 272 | 143 | 107 | 0 | 33 | 337 | 143 | 45 |
| Binary | 1 | 110110 | 10111010 | 1100011 | 1000111 | 0 | 11011 | 11011111 | 1100011 | 100101 |
Color Harmonies of #0136BA
Complementary color
Monochromatic Colors of #0136BA
Black with #0136BA
Text Example
Text Example
White with #0136BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0136BA; }
p { color: rgb(1,54,186); }
H1.HeaderClassName
{
color: #0136BA;
}
.AnyTagClassName
{
color: #0136BA;
}
</style>
background-color css
<style>
a { background-color: #0136BA; }
a { background-color: rgb(1,54,186); }
div.DivClassName
{
background-color: #0136BA;
}
.BgClassName
{
background-color: #0136BA;
}
</style>
border-color css
<style>
span { border-color: #0136BA; }
span { border-color: rgb(1,54,186); }
td.TdClassName
{
border-color: #0136BA;
}
.TagClassName
{
border-color: #0136BA;
}
</style>