Html Css Color HEX #0A20AB International Klein Blue
📋 copy color: '#0A20AB'red 10 ◦ green 32 ◦ blue 171
Shades of International Klein Blue #0A20AB
Tints of International Klein Blue #0A20AB
RGB
CMYK
RGB Variations
Color information
#0A20AB (or 0x0A20AB) is known color: International Klein Blue. HEX triplet: 0A, 20 and AB. RGB value is (10,32,171). Sum of RGB (Red+Green+Blue) = 10+32+171=213 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.69% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 171 (67.19% from 255 or 80.28% from 213); Max value from RGB is 171 - color contains mainly: blue. Hex color #0A20AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A20AB is #F5DF54. Grayscale: #282828. Windows color (decimal): -16113493 or 11214858. OLE color: 11214858.
HSL color Cylindrical-coordinate representation of color #0A20AB: hue angle of 231.8º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A20AB is Cyan = 0.94, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 32 | 171 | - |
| CMYK | 0.94 | 0.81 | 0 | 0.33 |
| HSL | 231.8º | 0.89% | 0.35% | - |
| HSV(B) | 231.8º | 0.94% | 0.67% | - |
| XYZ | 7.99 | 4.04 | 38.89 | - |
| YUV | 41.27 | 201.21 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 32 | 171 | 0.94 | 0.81 | 0 | 0.33 | 231.8 | 0.89 | 0.35 |
| Hex | A | 20 | AB | 5E | 51 | 0 | 21 | E8 | 59 | 23 |
| Octal | 12 | 40 | 253 | 136 | 121 | 0 | 41 | 350 | 131 | 43 |
| Binary | 1010 | 100000 | 10101011 | 1011110 | 1010001 | 0 | 100001 | 11101000 | 1011001 | 100011 |
Color Harmonies of #0A20AB
Complementary color
Monochromatic Colors of #0A20AB
Black with #0A20AB
Text Example
Text Example
White with #0A20AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A20AB; }
p { color: rgb(10,32,171); }
H1.HeaderClassName
{
color: #0A20AB;
}
.AnyTagClassName
{
color: #0A20AB;
}
</style>
background-color css
<style>
a { background-color: #0A20AB; }
a { background-color: rgb(10,32,171); }
div.DivClassName
{
background-color: #0A20AB;
}
.BgClassName
{
background-color: #0A20AB;
}
</style>
border-color css
<style>
span { border-color: #0A20AB; }
span { border-color: rgb(10,32,171); }
td.TdClassName
{
border-color: #0A20AB;
}
.TagClassName
{
border-color: #0A20AB;
}
</style>