Html Css Color HEX #0120AD International Klein Blue
📋 copy color: '#0120AD'red 1 ◦ green 32 ◦ blue 173
Shades of International Klein Blue #0120AD
Tints of International Klein Blue #0120AD
RGB
CMYK
RGB Variations
Color information
#0120AD (or 0x0120AD) is known color: International Klein Blue. HEX triplet: 01, 20 and AD. RGB value is (1,32,173). Sum of RGB (Red+Green+Blue) = 1+32+173=206 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 206); Green value is 32 (12.89% from 255 or 15.53% from 206); Blue value is 173 (67.97% from 255 or 83.98% from 206); Max value from RGB is 173 - color contains mainly: blue. Hex color #0120AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0120AD is #FEDF52. Grayscale: #262626. Windows color (decimal): -16703315 or 11345921. OLE color: 11345921.
HSL color Cylindrical-coordinate representation of color #0120AD: hue angle of 229.19º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0120AD is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 32 | 173 | - |
| CMYK | 0.99 | 0.82 | 0 | 0.32 |
| HSL | 229.19º | 0.99% | 0.34% | - |
| HSV(B) | 229.19º | 0.99% | 0.68% | - |
| XYZ | 8.07 | 4.06 | 39.89 | - |
| YUV | 38.81 | 203.73 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 32 | 173 | 0.99 | 0.82 | 0 | 0.32 | 229.19 | 0.99 | 0.34 |
| Hex | 1 | 20 | AD | 63 | 52 | 0 | 20 | E5 | 63 | 22 |
| Octal | 1 | 40 | 255 | 143 | 122 | 0 | 40 | 345 | 143 | 42 |
| Binary | 1 | 100000 | 10101101 | 1100011 | 1010010 | 0 | 100000 | 11100101 | 1100011 | 100010 |
Color Harmonies of #0120AD
Complementary color
Monochromatic Colors of #0120AD
Black with #0120AD
Text Example
Text Example
White with #0120AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0120AD; }
p { color: rgb(1,32,173); }
H1.HeaderClassName
{
color: #0120AD;
}
.AnyTagClassName
{
color: #0120AD;
}
</style>
background-color css
<style>
a { background-color: #0120AD; }
a { background-color: rgb(1,32,173); }
div.DivClassName
{
background-color: #0120AD;
}
.BgClassName
{
background-color: #0120AD;
}
</style>
border-color css
<style>
span { border-color: #0120AD; }
span { border-color: rgb(1,32,173); }
td.TdClassName
{
border-color: #0120AD;
}
.TagClassName
{
border-color: #0120AD;
}
</style>