Html Css Color HEX #0A1AAB International Klein Blue
📋 copy color: '#0A1AAB'red 10 ◦ green 26 ◦ blue 171
Shades of International Klein Blue #0A1AAB
Tints of International Klein Blue #0A1AAB
RGB
CMYK
RGB Variations
Color information
#0A1AAB (or 0x0A1AAB) is known color: International Klein Blue. HEX triplet: 0A, 1A and AB. RGB value is (10,26,171). Sum of RGB (Red+Green+Blue) = 10+26+171=207 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.83% from 207); Green value is 26 (10.55% from 255 or 12.56% from 207); Blue value is 171 (67.19% from 255 or 82.61% from 207); Max value from RGB is 171 - color contains mainly: blue. Hex color #0A1AAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A1AAB is #F5E554. Grayscale: #252525. Windows color (decimal): -16115029 or 11213322. OLE color: 11213322.
HSL color Cylindrical-coordinate representation of color #0A1AAB: hue angle of 234.04º 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 #0A1AAB is Cyan = 0.94, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 26 | 171 | - |
| CMYK | 0.94 | 0.85 | 0 | 0.33 |
| HSL | 234.04º | 0.89% | 0.35% | - |
| HSV(B) | 234.04º | 0.94% | 0.67% | - |
| XYZ | 7.85 | 3.74 | 38.84 | - |
| YUV | 37.75 | 203.2 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 26 | 171 | 0.94 | 0.85 | 0 | 0.33 | 234.04 | 0.89 | 0.35 |
| Hex | A | 1A | AB | 5E | 55 | 0 | 21 | EA | 59 | 23 |
| Octal | 12 | 32 | 253 | 136 | 125 | 0 | 41 | 352 | 131 | 43 |
| Binary | 1010 | 11010 | 10101011 | 1011110 | 1010101 | 0 | 100001 | 11101010 | 1011001 | 100011 |
Color Harmonies of #0A1AAB
Complementary color
Monochromatic Colors of #0A1AAB
Black with #0A1AAB
Text Example
Text Example
White with #0A1AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1AAB; }
p { color: rgb(10,26,171); }
H1.HeaderClassName
{
color: #0A1AAB;
}
.AnyTagClassName
{
color: #0A1AAB;
}
</style>
background-color css
<style>
a { background-color: #0A1AAB; }
a { background-color: rgb(10,26,171); }
div.DivClassName
{
background-color: #0A1AAB;
}
.BgClassName
{
background-color: #0A1AAB;
}
</style>
border-color css
<style>
span { border-color: #0A1AAB; }
span { border-color: rgb(10,26,171); }
td.TdClassName
{
border-color: #0A1AAB;
}
.TagClassName
{
border-color: #0A1AAB;
}
</style>