Html Css Color HEX #0A1AB1 International Klein Blue
📋 copy color: '#0A1AB1'red 10 ◦ green 26 ◦ blue 177
Shades of International Klein Blue #0A1AB1
Tints of International Klein Blue #0A1AB1
RGB
CMYK
RGB Variations
Color information
#0A1AB1 (or 0x0A1AB1) is known color: International Klein Blue. HEX triplet: 0A, 1A and B1. RGB value is (10,26,177). Sum of RGB (Red+Green+Blue) = 10+26+177=213 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.69% from 213); Green value is 26 (10.55% from 255 or 12.21% from 213); Blue value is 177 (69.53% from 255 or 83.10% from 213); Max value from RGB is 177 - color contains mainly: blue. Hex color #0A1AB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A1AB1 is #F5E54E. Grayscale: #252525. Windows color (decimal): -16115023 or 11606538. OLE color: 11606538.
HSL color Cylindrical-coordinate representation of color #0A1AB1: hue angle of 234.25º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A1AB1 is Cyan = 0.94, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 10 | 26 | 177 | - |
| CMYK | 0.94 | 0.85 | 0 | 0.31 |
| HSL | 234.25º | 0.89% | 0.37% | - |
| HSV(B) | 234.25º | 0.94% | 0.69% | - |
| XYZ | 8.43 | 3.98 | 41.92 | - |
| YUV | 38.43 | 206.2 | 107.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 26 | 177 | 0.94 | 0.85 | 0 | 0.31 | 234.25 | 0.89 | 0.37 |
| Hex | A | 1A | B1 | 5E | 55 | 0 | 1F | EA | 59 | 25 |
| Octal | 12 | 32 | 261 | 136 | 125 | 0 | 37 | 352 | 131 | 45 |
| Binary | 1010 | 11010 | 10110001 | 1011110 | 1010101 | 0 | 11111 | 11101010 | 1011001 | 100101 |
Color Harmonies of #0A1AB1
Complementary color
Monochromatic Colors of #0A1AB1
Black with #0A1AB1
Text Example
Text Example
White with #0A1AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1AB1; }
p { color: rgb(10,26,177); }
H1.HeaderClassName
{
color: #0A1AB1;
}
.AnyTagClassName
{
color: #0A1AB1;
}
</style>
background-color css
<style>
a { background-color: #0A1AB1; }
a { background-color: rgb(10,26,177); }
div.DivClassName
{
background-color: #0A1AB1;
}
.BgClassName
{
background-color: #0A1AB1;
}
</style>
border-color css
<style>
span { border-color: #0A1AB1; }
span { border-color: rgb(10,26,177); }
td.TdClassName
{
border-color: #0A1AB1;
}
.TagClassName
{
border-color: #0A1AB1;
}
</style>