Html Css Color HEX #0A1AAE International Klein Blue
📋 copy color: '#0A1AAE'red 10 ◦ green 26 ◦ blue 174
Shades of International Klein Blue #0A1AAE
Tints of International Klein Blue #0A1AAE
RGB
CMYK
RGB Variations
Color information
#0A1AAE (or 0x0A1AAE) is known color: International Klein Blue. HEX triplet: 0A, 1A and AE. RGB value is (10,26,174). Sum of RGB (Red+Green+Blue) = 10+26+174=210 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.76% from 210); Green value is 26 (10.55% from 255 or 12.38% from 210); Blue value is 174 (68.36% from 255 or 82.86% from 210); Max value from RGB is 174 - color contains mainly: blue. Hex color #0A1AAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A1AAE is #F5E551. Grayscale: #252525. Windows color (decimal): -16115026 or 11409930. OLE color: 11409930.
HSL color Cylindrical-coordinate representation of color #0A1AAE: hue angle of 234.15º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A1AAE is Cyan = 0.94, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 10 | 26 | 174 | - |
| CMYK | 0.94 | 0.85 | 0 | 0.32 |
| HSL | 234.15º | 0.89% | 0.36% | - |
| HSV(B) | 234.15º | 0.94% | 0.68% | - |
| XYZ | 8.13 | 3.86 | 40.36 | - |
| YUV | 38.09 | 204.7 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 26 | 174 | 0.94 | 0.85 | 0 | 0.32 | 234.15 | 0.89 | 0.36 |
| Hex | A | 1A | AE | 5E | 55 | 0 | 20 | EA | 59 | 24 |
| Octal | 12 | 32 | 256 | 136 | 125 | 0 | 40 | 352 | 131 | 44 |
| Binary | 1010 | 11010 | 10101110 | 1011110 | 1010101 | 0 | 100000 | 11101010 | 1011001 | 100100 |
Color Harmonies of #0A1AAE
Complementary color
Monochromatic Colors of #0A1AAE
Black with #0A1AAE
Text Example
Text Example
White with #0A1AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1AAE; }
p { color: rgb(10,26,174); }
H1.HeaderClassName
{
color: #0A1AAE;
}
.AnyTagClassName
{
color: #0A1AAE;
}
</style>
background-color css
<style>
a { background-color: #0A1AAE; }
a { background-color: rgb(10,26,174); }
div.DivClassName
{
background-color: #0A1AAE;
}
.BgClassName
{
background-color: #0A1AAE;
}
</style>
border-color css
<style>
span { border-color: #0A1AAE; }
span { border-color: rgb(10,26,174); }
td.TdClassName
{
border-color: #0A1AAE;
}
.TagClassName
{
border-color: #0A1AAE;
}
</style>