Html Css Color HEX #0A1AA6 International Klein Blue
📋 copy color: '#0A1AA6'red 10 ◦ green 26 ◦ blue 166
Shades of International Klein Blue #0A1AA6
Tints of International Klein Blue #0A1AA6
RGB
CMYK
RGB Variations
Color information
#0A1AA6 (or 0x0A1AA6) is known color: International Klein Blue. HEX triplet: 0A, 1A and A6. RGB value is (10,26,166). Sum of RGB (Red+Green+Blue) = 10+26+166=202 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.95% from 202); Green value is 26 (10.55% from 255 or 12.87% from 202); Blue value is 166 (65.23% from 255 or 82.18% from 202); Max value from RGB is 166 - color contains mainly: blue. Hex color #0A1AA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A1AA6 is #F5E559. Grayscale: #242424. Windows color (decimal): -16115034 or 10885642. OLE color: 10885642.
HSL color Cylindrical-coordinate representation of color #0A1AA6: hue angle of 233.85º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A1AA6 is Cyan = 0.94, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 10 | 26 | 166 | - |
| CMYK | 0.94 | 0.84 | 0 | 0.35 |
| HSL | 233.85º | 0.89% | 0.35% | - |
| HSV(B) | 233.85º | 0.94% | 0.65% | - |
| XYZ | 7.38 | 3.56 | 36.37 | - |
| YUV | 37.18 | 200.7 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 26 | 166 | 0.94 | 0.84 | 0 | 0.35 | 233.85 | 0.89 | 0.35 |
| Hex | A | 1A | A6 | 5E | 54 | 0 | 23 | EA | 59 | 23 |
| Octal | 12 | 32 | 246 | 136 | 124 | 0 | 43 | 352 | 131 | 43 |
| Binary | 1010 | 11010 | 10100110 | 1011110 | 1010100 | 0 | 100011 | 11101010 | 1011001 | 100011 |
Color Harmonies of #0A1AA6
Complementary color
Monochromatic Colors of #0A1AA6
Black with #0A1AA6
Text Example
Text Example
White with #0A1AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1AA6; }
p { color: rgb(10,26,166); }
H1.HeaderClassName
{
color: #0A1AA6;
}
.AnyTagClassName
{
color: #0A1AA6;
}
</style>
background-color css
<style>
a { background-color: #0A1AA6; }
a { background-color: rgb(10,26,166); }
div.DivClassName
{
background-color: #0A1AA6;
}
.BgClassName
{
background-color: #0A1AA6;
}
</style>
border-color css
<style>
span { border-color: #0A1AA6; }
span { border-color: rgb(10,26,166); }
td.TdClassName
{
border-color: #0A1AA6;
}
.TagClassName
{
border-color: #0A1AA6;
}
</style>