Html Css Color HEX #0121AD International Klein Blue
📋 copy color: '#0121AD'red 1 ◦ green 33 ◦ blue 173
Shades of International Klein Blue #0121AD
Tints of International Klein Blue #0121AD
RGB
CMYK
RGB Variations
Color information
#0121AD (or 0x0121AD) is known color: International Klein Blue. HEX triplet: 01, 21 and AD. RGB value is (1,33,173). Sum of RGB (Red+Green+Blue) = 1+33+173=207 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 207); Green value is 33 (13.28% from 255 or 15.94% from 207); Blue value is 173 (67.97% from 255 or 83.57% from 207); Max value from RGB is 173 - color contains mainly: blue. Hex color #0121AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0121AD is #FEDE52. Grayscale: #262626. Windows color (decimal): -16703059 or 11346177. OLE color: 11346177.
HSL color Cylindrical-coordinate representation of color #0121AD: hue angle of 228.84º 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 #0121AD is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 33 | 173 | - |
| CMYK | 0.99 | 0.81 | 0 | 0.32 |
| HSL | 228.84º | 0.99% | 0.34% | - |
| HSV(B) | 228.84º | 0.99% | 0.68% | - |
| XYZ | 8.1 | 4.11 | 39.9 | - |
| YUV | 39.39 | 203.4 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 33 | 173 | 0.99 | 0.81 | 0 | 0.32 | 228.84 | 0.99 | 0.34 |
| Hex | 1 | 21 | AD | 63 | 51 | 0 | 20 | E5 | 63 | 22 |
| Octal | 1 | 41 | 255 | 143 | 121 | 0 | 40 | 345 | 143 | 42 |
| Binary | 1 | 100001 | 10101101 | 1100011 | 1010001 | 0 | 100000 | 11100101 | 1100011 | 100010 |
Color Harmonies of #0121AD
Complementary color
Monochromatic Colors of #0121AD
Black with #0121AD
Text Example
Text Example
White with #0121AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0121AD; }
p { color: rgb(1,33,173); }
H1.HeaderClassName
{
color: #0121AD;
}
.AnyTagClassName
{
color: #0121AD;
}
</style>
background-color css
<style>
a { background-color: #0121AD; }
a { background-color: rgb(1,33,173); }
div.DivClassName
{
background-color: #0121AD;
}
.BgClassName
{
background-color: #0121AD;
}
</style>
border-color css
<style>
span { border-color: #0121AD; }
span { border-color: rgb(1,33,173); }
td.TdClassName
{
border-color: #0121AD;
}
.TagClassName
{
border-color: #0121AD;
}
</style>