Html Css Color HEX #0A1EB0 International Klein Blue
📋 copy color: '#0A1EB0'red 10 ◦ green 30 ◦ blue 176
Shades of International Klein Blue #0A1EB0
Tints of International Klein Blue #0A1EB0
RGB
CMYK
RGB Variations
Color information
#0A1EB0 (or 0x0A1EB0) is known color: International Klein Blue. HEX triplet: 0A, 1E and B0. RGB value is (10,30,176). Sum of RGB (Red+Green+Blue) = 10+30+176=216 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.63% from 216); Green value is 30 (12.11% from 255 or 13.89% from 216); Blue value is 176 (69.14% from 255 or 81.48% from 216); Max value from RGB is 176 - color contains mainly: blue. Hex color #0A1EB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A1EB0 is #F5E14F. Grayscale: #282828. Windows color (decimal): -16114000 or 11542026. OLE color: 11542026.
HSL color Cylindrical-coordinate representation of color #0A1EB0: hue angle of 232.77º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A1EB0 is Cyan = 0.94, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 10 | 30 | 176 | - |
| CMYK | 0.94 | 0.83 | 0 | 0.31 |
| HSL | 232.77º | 0.89% | 0.36% | - |
| HSV(B) | 232.77º | 0.94% | 0.69% | - |
| XYZ | 8.43 | 4.13 | 41.43 | - |
| YUV | 40.66 | 204.37 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 30 | 176 | 0.94 | 0.83 | 0 | 0.31 | 232.77 | 0.89 | 0.36 |
| Hex | A | 1E | B0 | 5E | 53 | 0 | 1F | E9 | 59 | 24 |
| Octal | 12 | 36 | 260 | 136 | 123 | 0 | 37 | 351 | 131 | 44 |
| Binary | 1010 | 11110 | 10110000 | 1011110 | 1010011 | 0 | 11111 | 11101001 | 1011001 | 100100 |
Color Harmonies of #0A1EB0
Complementary color
Monochromatic Colors of #0A1EB0
Black with #0A1EB0
Text Example
Text Example
White with #0A1EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1EB0; }
p { color: rgb(10,30,176); }
H1.HeaderClassName
{
color: #0A1EB0;
}
.AnyTagClassName
{
color: #0A1EB0;
}
</style>
background-color css
<style>
a { background-color: #0A1EB0; }
a { background-color: rgb(10,30,176); }
div.DivClassName
{
background-color: #0A1EB0;
}
.BgClassName
{
background-color: #0A1EB0;
}
</style>
border-color css
<style>
span { border-color: #0A1EB0; }
span { border-color: rgb(10,30,176); }
td.TdClassName
{
border-color: #0A1EB0;
}
.TagClassName
{
border-color: #0A1EB0;
}
</style>