Html Css Color HEX #0121AA International Klein Blue
📋 copy color: '#0121AA'red 1 ◦ green 33 ◦ blue 170
Shades of International Klein Blue #0121AA
Tints of International Klein Blue #0121AA
RGB
CMYK
RGB Variations
Color information
#0121AA (or 0x0121AA) is known color: International Klein Blue. HEX triplet: 01, 21 and AA. RGB value is (1,33,170). Sum of RGB (Red+Green+Blue) = 1+33+170=204 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 204); Green value is 33 (13.28% from 255 or 16.18% from 204); Blue value is 170 (66.80% from 255 or 83.33% from 204); Max value from RGB is 170 - color contains mainly: blue. Hex color #0121AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0121AA is #FEDE55. Grayscale: #262626. Windows color (decimal): -16703062 or 11149569. OLE color: 11149569.
HSL color Cylindrical-coordinate representation of color #0121AA: hue angle of 228.64º 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 #0121AA is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 33 | 170 | - |
| CMYK | 0.99 | 0.81 | 0 | 0.33 |
| HSL | 228.64º | 0.99% | 0.34% | - |
| HSV(B) | 228.64º | 0.99% | 0.67% | - |
| XYZ | 7.81 | 4 | 38.39 | - |
| YUV | 39.05 | 201.9 | 100.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 33 | 170 | 0.99 | 0.81 | 0 | 0.33 | 228.64 | 0.99 | 0.34 |
| Hex | 1 | 21 | AA | 63 | 51 | 0 | 21 | E5 | 63 | 22 |
| Octal | 1 | 41 | 252 | 143 | 121 | 0 | 41 | 345 | 143 | 42 |
| Binary | 1 | 100001 | 10101010 | 1100011 | 1010001 | 0 | 100001 | 11100101 | 1100011 | 100010 |
Color Harmonies of #0121AA
Complementary color
Monochromatic Colors of #0121AA
Black with #0121AA
Text Example
Text Example
White with #0121AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0121AA; }
p { color: rgb(1,33,170); }
H1.HeaderClassName
{
color: #0121AA;
}
.AnyTagClassName
{
color: #0121AA;
}
</style>
background-color css
<style>
a { background-color: #0121AA; }
a { background-color: rgb(1,33,170); }
div.DivClassName
{
background-color: #0121AA;
}
.BgClassName
{
background-color: #0121AA;
}
</style>
border-color css
<style>
span { border-color: #0121AA; }
span { border-color: rgb(1,33,170); }
td.TdClassName
{
border-color: #0121AA;
}
.TagClassName
{
border-color: #0121AA;
}
</style>