Html Css Color HEX #0122AB International Klein Blue
📋 copy color: '#0122AB'red 1 ◦ green 34 ◦ blue 171
Shades of International Klein Blue #0122AB
Tints of International Klein Blue #0122AB
RGB
CMYK
RGB Variations
Color information
#0122AB (or 0x0122AB) is known color: International Klein Blue. HEX triplet: 01, 22 and AB. RGB value is (1,34,171). Sum of RGB (Red+Green+Blue) = 1+34+171=206 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 206); Green value is 34 (13.67% from 255 or 16.50% from 206); Blue value is 171 (67.19% from 255 or 83.01% from 206); Max value from RGB is 171 - color contains mainly: blue. Hex color #0122AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0122AB is #FEDD54. Grayscale: #272727. Windows color (decimal): -16702805 or 11215361. OLE color: 11215361.
HSL color Cylindrical-coordinate representation of color #0122AB: hue angle of 228.35º 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 #0122AB is Cyan = 0.99, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 34 | 171 | - |
| CMYK | 0.99 | 0.80 | 0 | 0.33 |
| HSL | 228.35º | 0.99% | 0.34% | - |
| HSV(B) | 228.35º | 0.99% | 0.67% | - |
| XYZ | 7.94 | 4.09 | 38.9 | - |
| YUV | 39.75 | 202.07 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 34 | 171 | 0.99 | 0.80 | 0 | 0.33 | 228.35 | 0.99 | 0.34 |
| Hex | 1 | 22 | AB | 63 | 50 | 0 | 21 | E4 | 63 | 22 |
| Octal | 1 | 42 | 253 | 143 | 120 | 0 | 41 | 344 | 143 | 42 |
| Binary | 1 | 100010 | 10101011 | 1100011 | 1010000 | 0 | 100001 | 11100100 | 1100011 | 100010 |
Color Harmonies of #0122AB
Complementary color
Monochromatic Colors of #0122AB
Black with #0122AB
Text Example
Text Example
White with #0122AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0122AB; }
p { color: rgb(1,34,171); }
H1.HeaderClassName
{
color: #0122AB;
}
.AnyTagClassName
{
color: #0122AB;
}
</style>
background-color css
<style>
a { background-color: #0122AB; }
a { background-color: rgb(1,34,171); }
div.DivClassName
{
background-color: #0122AB;
}
.BgClassName
{
background-color: #0122AB;
}
</style>
border-color css
<style>
span { border-color: #0122AB; }
span { border-color: rgb(1,34,171); }
td.TdClassName
{
border-color: #0122AB;
}
.TagClassName
{
border-color: #0122AB;
}
</style>