Html Css Color HEX #0136AC International Klein Blue
📋 copy color: '#0136AC'red 1 ◦ green 54 ◦ blue 172
Shades of International Klein Blue #0136AC
Tints of International Klein Blue #0136AC
RGB
CMYK
RGB Variations
Color information
#0136AC (or 0x0136AC) is known color: International Klein Blue. HEX triplet: 01, 36 and AC. RGB value is (1,54,172). Sum of RGB (Red+Green+Blue) = 1+54+172=227 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 227); Green value is 54 (21.48% from 255 or 23.79% from 227); Blue value is 172 (67.58% from 255 or 75.77% from 227); Max value from RGB is 172 - color contains mainly: blue. Hex color #0136AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0136AC is #FEC953. Grayscale: #333333. Windows color (decimal): -16697684 or 11286017. OLE color: 11286017.
HSL color Cylindrical-coordinate representation of color #0136AC: hue angle of 221.4º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0136AC is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 54 | 172 | - |
| CMYK | 0.99 | 0.69 | 0 | 0.33 |
| HSL | 221.4º | 0.99% | 0.34% | - |
| HSV(B) | 221.4º | 0.99% | 0.67% | - |
| XYZ | 8.78 | 5.62 | 39.65 | - |
| YUV | 51.61 | 195.94 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 54 | 172 | 0.99 | 0.69 | 0 | 0.33 | 221.4 | 0.99 | 0.34 |
| Hex | 1 | 36 | AC | 63 | 45 | 0 | 21 | DD | 63 | 22 |
| Octal | 1 | 66 | 254 | 143 | 105 | 0 | 41 | 335 | 143 | 42 |
| Binary | 1 | 110110 | 10101100 | 1100011 | 1000101 | 0 | 100001 | 11011101 | 1100011 | 100010 |
Color Harmonies of #0136AC
Complementary color
Monochromatic Colors of #0136AC
Black with #0136AC
Text Example
Text Example
White with #0136AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0136AC; }
p { color: rgb(1,54,172); }
H1.HeaderClassName
{
color: #0136AC;
}
.AnyTagClassName
{
color: #0136AC;
}
</style>
background-color css
<style>
a { background-color: #0136AC; }
a { background-color: rgb(1,54,172); }
div.DivClassName
{
background-color: #0136AC;
}
.BgClassName
{
background-color: #0136AC;
}
</style>
border-color css
<style>
span { border-color: #0136AC; }
span { border-color: rgb(1,54,172); }
td.TdClassName
{
border-color: #0136AC;
}
.TagClassName
{
border-color: #0136AC;
}
</style>