Html Css Color HEX #0120A0 International Klein Blue
📋 copy color: '#0120A0'red 1 ◦ green 32 ◦ blue 160
Shades of International Klein Blue #0120A0
Tints of International Klein Blue #0120A0
RGB
CMYK
RGB Variations
Color information
#0120A0 (or 0x0120A0) is known color: International Klein Blue. HEX triplet: 01, 20 and A0. RGB value is (1,32,160). Sum of RGB (Red+Green+Blue) = 1+32+160=193 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 193); Green value is 32 (12.89% from 255 or 16.58% from 193); Blue value is 160 (62.89% from 255 or 82.90% from 193); Max value from RGB is 160 - color contains mainly: blue. Hex color #0120A0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0120A0 is #FEDF5F. Grayscale: #242424. Windows color (decimal): -16703328 or 10493953. OLE color: 10493953.
HSL color Cylindrical-coordinate representation of color #0120A0: hue angle of 228.3º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0120A0 is Cyan = 0.99, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 1 | 32 | 160 | - |
| CMYK | 0.99 | 0.80 | 0 | 0.37 |
| HSL | 228.3º | 0.99% | 0.32% | - |
| HSV(B) | 228.3º | 0.99% | 0.63% | - |
| XYZ | 6.87 | 3.58 | 33.59 | - |
| YUV | 37.32 | 197.23 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 32 | 160 | 0.99 | 0.80 | 0 | 0.37 | 228.3 | 0.99 | 0.32 |
| Hex | 1 | 20 | A0 | 63 | 50 | 0 | 25 | E4 | 63 | 20 |
| Octal | 1 | 40 | 240 | 143 | 120 | 0 | 45 | 344 | 143 | 40 |
| Binary | 1 | 100000 | 10100000 | 1100011 | 1010000 | 0 | 100101 | 11100100 | 1100011 | 100000 |
Color Harmonies of #0120A0
Complementary color
Monochromatic Colors of #0120A0
Black with #0120A0
Text Example
Text Example
White with #0120A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0120A0; }
p { color: rgb(1,32,160); }
H1.HeaderClassName
{
color: #0120A0;
}
.AnyTagClassName
{
color: #0120A0;
}
</style>
background-color css
<style>
a { background-color: #0120A0; }
a { background-color: rgb(1,32,160); }
div.DivClassName
{
background-color: #0120A0;
}
.BgClassName
{
background-color: #0120A0;
}
</style>
border-color css
<style>
span { border-color: #0120A0; }
span { border-color: rgb(1,32,160); }
td.TdClassName
{
border-color: #0120A0;
}
.TagClassName
{
border-color: #0120A0;
}
</style>