Html Css Color HEX #0A20AC International Klein Blue
📋 copy color: '#0A20AC'red 10 ◦ green 32 ◦ blue 172
Shades of International Klein Blue #0A20AC
Tints of International Klein Blue #0A20AC
RGB
CMYK
RGB Variations
Color information
#0A20AC (or 0x0A20AC) is known color: International Klein Blue. HEX triplet: 0A, 20 and AC. RGB value is (10,32,172). Sum of RGB (Red+Green+Blue) = 10+32+172=214 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.67% from 214); Green value is 32 (12.89% from 255 or 14.95% from 214); Blue value is 172 (67.58% from 255 or 80.37% from 214); Max value from RGB is 172 - color contains mainly: blue. Hex color #0A20AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A20AC is #F5DF53. Grayscale: #282828. Windows color (decimal): -16113492 or 11280394. OLE color: 11280394.
HSL color Cylindrical-coordinate representation of color #0A20AC: hue angle of 231.85º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A20AC is Cyan = 0.94, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 32 | 172 | - |
| CMYK | 0.94 | 0.81 | 0 | 0.33 |
| HSL | 231.85º | 0.89% | 0.36% | - |
| HSV(B) | 231.85º | 0.94% | 0.67% | - |
| XYZ | 8.09 | 4.08 | 39.39 | - |
| YUV | 41.38 | 201.71 | 105.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 32 | 172 | 0.94 | 0.81 | 0 | 0.33 | 231.85 | 0.89 | 0.36 |
| Hex | A | 20 | AC | 5E | 51 | 0 | 21 | E8 | 59 | 24 |
| Octal | 12 | 40 | 254 | 136 | 121 | 0 | 41 | 350 | 131 | 44 |
| Binary | 1010 | 100000 | 10101100 | 1011110 | 1010001 | 0 | 100001 | 11101000 | 1011001 | 100100 |
Color Harmonies of #0A20AC
Complementary color
Monochromatic Colors of #0A20AC
Black with #0A20AC
Text Example
Text Example
White with #0A20AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A20AC; }
p { color: rgb(10,32,172); }
H1.HeaderClassName
{
color: #0A20AC;
}
.AnyTagClassName
{
color: #0A20AC;
}
</style>
background-color css
<style>
a { background-color: #0A20AC; }
a { background-color: rgb(10,32,172); }
div.DivClassName
{
background-color: #0A20AC;
}
.BgClassName
{
background-color: #0A20AC;
}
</style>
border-color css
<style>
span { border-color: #0A20AC; }
span { border-color: rgb(10,32,172); }
td.TdClassName
{
border-color: #0A20AC;
}
.TagClassName
{
border-color: #0A20AC;
}
</style>