Html Css Color HEX #0A1AAC International Klein Blue
📋 copy color: '#0A1AAC'red 10 ◦ green 26 ◦ blue 172
Shades of International Klein Blue #0A1AAC
Tints of International Klein Blue #0A1AAC
RGB
CMYK
RGB Variations
Color information
#0A1AAC (or 0x0A1AAC) is known color: International Klein Blue. HEX triplet: 0A, 1A and AC. RGB value is (10,26,172). Sum of RGB (Red+Green+Blue) = 10+26+172=208 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.81% from 208); Green value is 26 (10.55% from 255 or 12.5% from 208); Blue value is 172 (67.58% from 255 or 82.69% from 208); Max value from RGB is 172 - color contains mainly: blue. Hex color #0A1AAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A1AAC is #F5E553. Grayscale: #252525. Windows color (decimal): -16115028 or 11278858. OLE color: 11278858.
HSL color Cylindrical-coordinate representation of color #0A1AAC: hue angle of 234.07º 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 #0A1AAC is Cyan = 0.94, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 26 | 172 | - |
| CMYK | 0.94 | 0.85 | 0 | 0.33 |
| HSL | 234.07º | 0.89% | 0.36% | - |
| HSV(B) | 234.07º | 0.94% | 0.67% | - |
| XYZ | 7.94 | 3.78 | 39.34 | - |
| YUV | 37.86 | 203.7 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 26 | 172 | 0.94 | 0.85 | 0 | 0.33 | 234.07 | 0.89 | 0.36 |
| Hex | A | 1A | AC | 5E | 55 | 0 | 21 | EA | 59 | 24 |
| Octal | 12 | 32 | 254 | 136 | 125 | 0 | 41 | 352 | 131 | 44 |
| Binary | 1010 | 11010 | 10101100 | 1011110 | 1010101 | 0 | 100001 | 11101010 | 1011001 | 100100 |
Color Harmonies of #0A1AAC
Complementary color
Monochromatic Colors of #0A1AAC
Black with #0A1AAC
Text Example
Text Example
White with #0A1AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1AAC; }
p { color: rgb(10,26,172); }
H1.HeaderClassName
{
color: #0A1AAC;
}
.AnyTagClassName
{
color: #0A1AAC;
}
</style>
background-color css
<style>
a { background-color: #0A1AAC; }
a { background-color: rgb(10,26,172); }
div.DivClassName
{
background-color: #0A1AAC;
}
.BgClassName
{
background-color: #0A1AAC;
}
</style>
border-color css
<style>
span { border-color: #0A1AAC; }
span { border-color: rgb(10,26,172); }
td.TdClassName
{
border-color: #0A1AAC;
}
.TagClassName
{
border-color: #0A1AAC;
}
</style>