Html Css Color HEX #0136AB International Klein Blue
📋 copy color: '#0136AB'red 1 ◦ green 54 ◦ blue 171
Shades of International Klein Blue #0136AB
Tints of International Klein Blue #0136AB
RGB
CMYK
RGB Variations
Color information
#0136AB (or 0x0136AB) is known color: International Klein Blue. HEX triplet: 01, 36 and AB. RGB value is (1,54,171). Sum of RGB (Red+Green+Blue) = 1+54+171=226 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 226); Green value is 54 (21.48% from 255 or 23.89% from 226); Blue value is 171 (67.19% from 255 or 75.66% from 226); Max value from RGB is 171 - color contains mainly: blue. Hex color #0136AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0136AB is #FEC954. Grayscale: #323232. Windows color (decimal): -16697685 or 11220481. OLE color: 11220481.
HSL color Cylindrical-coordinate representation of color #0136AB: hue angle of 221.29º 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 #0136AB is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 54 | 171 | - |
| CMYK | 0.99 | 0.68 | 0 | 0.33 |
| HSL | 221.29º | 0.99% | 0.34% | - |
| HSV(B) | 221.29º | 0.99% | 0.67% | - |
| XYZ | 8.68 | 5.59 | 39.15 | - |
| YUV | 51.49 | 195.44 | 91.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 54 | 171 | 0.99 | 0.68 | 0 | 0.33 | 221.29 | 0.99 | 0.34 |
| Hex | 1 | 36 | AB | 63 | 44 | 0 | 21 | DD | 63 | 22 |
| Octal | 1 | 66 | 253 | 143 | 104 | 0 | 41 | 335 | 143 | 42 |
| Binary | 1 | 110110 | 10101011 | 1100011 | 1000100 | 0 | 100001 | 11011101 | 1100011 | 100010 |
Color Harmonies of #0136AB
Complementary color
Monochromatic Colors of #0136AB
Black with #0136AB
Text Example
Text Example
White with #0136AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0136AB; }
p { color: rgb(1,54,171); }
H1.HeaderClassName
{
color: #0136AB;
}
.AnyTagClassName
{
color: #0136AB;
}
</style>
background-color css
<style>
a { background-color: #0136AB; }
a { background-color: rgb(1,54,171); }
div.DivClassName
{
background-color: #0136AB;
}
.BgClassName
{
background-color: #0136AB;
}
</style>
border-color css
<style>
span { border-color: #0136AB; }
span { border-color: rgb(1,54,171); }
td.TdClassName
{
border-color: #0136AB;
}
.TagClassName
{
border-color: #0136AB;
}
</style>