Html Css Color HEX #0A1BA9 International Klein Blue
📋 copy color: '#0A1BA9'red 10 ◦ green 27 ◦ blue 169
Shades of International Klein Blue #0A1BA9
Tints of International Klein Blue #0A1BA9
RGB
CMYK
RGB Variations
Color information
#0A1BA9 (or 0x0A1BA9) is known color: International Klein Blue. HEX triplet: 0A, 1B and A9. RGB value is (10,27,169). Sum of RGB (Red+Green+Blue) = 10+27+169=206 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.85% from 206); Green value is 27 (10.94% from 255 or 13.11% from 206); Blue value is 169 (66.41% from 255 or 82.04% from 206); Max value from RGB is 169 - color contains mainly: blue. Hex color #0A1BA9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A1BA9 is #F5E456. Grayscale: #252525. Windows color (decimal): -16114775 or 11082506. OLE color: 11082506.
HSL color Cylindrical-coordinate representation of color #0A1BA9: hue angle of 233.58º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A1BA9 is Cyan = 0.94, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 10 | 27 | 169 | - |
| CMYK | 0.94 | 0.84 | 0 | 0.34 |
| HSL | 233.58º | 0.89% | 0.35% | - |
| HSV(B) | 233.58º | 0.94% | 0.66% | - |
| XYZ | 7.68 | 3.71 | 37.85 | - |
| YUV | 38.11 | 201.87 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 27 | 169 | 0.94 | 0.84 | 0 | 0.34 | 233.58 | 0.89 | 0.35 |
| Hex | A | 1B | A9 | 5E | 54 | 0 | 22 | EA | 59 | 23 |
| Octal | 12 | 33 | 251 | 136 | 124 | 0 | 42 | 352 | 131 | 43 |
| Binary | 1010 | 11011 | 10101001 | 1011110 | 1010100 | 0 | 100010 | 11101010 | 1011001 | 100011 |
Color Harmonies of #0A1BA9
Complementary color
Monochromatic Colors of #0A1BA9
Black with #0A1BA9
Text Example
Text Example
White with #0A1BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1BA9; }
p { color: rgb(10,27,169); }
H1.HeaderClassName
{
color: #0A1BA9;
}
.AnyTagClassName
{
color: #0A1BA9;
}
</style>
background-color css
<style>
a { background-color: #0A1BA9; }
a { background-color: rgb(10,27,169); }
div.DivClassName
{
background-color: #0A1BA9;
}
.BgClassName
{
background-color: #0A1BA9;
}
</style>
border-color css
<style>
span { border-color: #0A1BA9; }
span { border-color: rgb(10,27,169); }
td.TdClassName
{
border-color: #0A1BA9;
}
.TagClassName
{
border-color: #0A1BA9;
}
</style>