Html Css Color HEX #0A1EAC International Klein Blue
📋 copy color: '#0A1EAC'red 10 ◦ green 30 ◦ blue 172
Shades of International Klein Blue #0A1EAC
Tints of International Klein Blue #0A1EAC
RGB
CMYK
RGB Variations
Color information
#0A1EAC (or 0x0A1EAC) is known color: International Klein Blue. HEX triplet: 0A, 1E and AC. RGB value is (10,30,172). Sum of RGB (Red+Green+Blue) = 10+30+172=212 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.72% from 212); Green value is 30 (12.11% from 255 or 14.15% from 212); Blue value is 172 (67.58% from 255 or 81.13% from 212); Max value from RGB is 172 - color contains mainly: blue. Hex color #0A1EAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A1EAC is #F5E153. Grayscale: #272727. Windows color (decimal): -16114004 or 11279882. OLE color: 11279882.
HSL color Cylindrical-coordinate representation of color #0A1EAC: hue angle of 232.59º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A1EAC is Cyan = 0.94, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 30 | 172 | - |
| CMYK | 0.94 | 0.83 | 0 | 0.33 |
| HSL | 232.59º | 0.89% | 0.36% | - |
| HSV(B) | 232.59º | 0.94% | 0.67% | - |
| XYZ | 8.04 | 3.97 | 39.37 | - |
| YUV | 40.21 | 202.37 | 106.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 30 | 172 | 0.94 | 0.83 | 0 | 0.33 | 232.59 | 0.89 | 0.36 |
| Hex | A | 1E | AC | 5E | 53 | 0 | 21 | E9 | 59 | 24 |
| Octal | 12 | 36 | 254 | 136 | 123 | 0 | 41 | 351 | 131 | 44 |
| Binary | 1010 | 11110 | 10101100 | 1011110 | 1010011 | 0 | 100001 | 11101001 | 1011001 | 100100 |
Color Harmonies of #0A1EAC
Complementary color
Monochromatic Colors of #0A1EAC
Black with #0A1EAC
Text Example
Text Example
White with #0A1EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1EAC; }
p { color: rgb(10,30,172); }
H1.HeaderClassName
{
color: #0A1EAC;
}
.AnyTagClassName
{
color: #0A1EAC;
}
</style>
background-color css
<style>
a { background-color: #0A1EAC; }
a { background-color: rgb(10,30,172); }
div.DivClassName
{
background-color: #0A1EAC;
}
.BgClassName
{
background-color: #0A1EAC;
}
</style>
border-color css
<style>
span { border-color: #0A1EAC; }
span { border-color: rgb(10,30,172); }
td.TdClassName
{
border-color: #0A1EAC;
}
.TagClassName
{
border-color: #0A1EAC;
}
</style>