Html Css Color HEX #0A19AC International Klein Blue
📋 copy color: '#0A19AC'red 10 ◦ green 25 ◦ blue 172
Shades of International Klein Blue #0A19AC
Tints of International Klein Blue #0A19AC
RGB
CMYK
RGB Variations
Color information
#0A19AC (or 0x0A19AC) is known color: International Klein Blue. HEX triplet: 0A, 19 and AC. RGB value is (10,25,172). Sum of RGB (Red+Green+Blue) = 10+25+172=207 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.83% from 207); Green value is 25 (10.16% from 255 or 12.08% from 207); Blue value is 172 (67.58% from 255 or 83.09% from 207); Max value from RGB is 172 - color contains mainly: blue. Hex color #0A19AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A19AC is #F5E653. Grayscale: #242424. Windows color (decimal): -16115284 or 11278602. OLE color: 11278602.
HSL color Cylindrical-coordinate representation of color #0A19AC: hue angle of 234.44º 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 #0A19AC is Cyan = 0.94, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 25 | 172 | - |
| CMYK | 0.94 | 0.85 | 0 | 0.33 |
| HSL | 234.44º | 0.89% | 0.36% | - |
| HSV(B) | 234.44º | 0.94% | 0.67% | - |
| XYZ | 7.92 | 3.74 | 39.33 | - |
| YUV | 37.27 | 204.03 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 25 | 172 | 0.94 | 0.85 | 0 | 0.33 | 234.44 | 0.89 | 0.36 |
| Hex | A | 19 | AC | 5E | 55 | 0 | 21 | EA | 59 | 24 |
| Octal | 12 | 31 | 254 | 136 | 125 | 0 | 41 | 352 | 131 | 44 |
| Binary | 1010 | 11001 | 10101100 | 1011110 | 1010101 | 0 | 100001 | 11101010 | 1011001 | 100100 |
Color Harmonies of #0A19AC
Complementary color
Monochromatic Colors of #0A19AC
Black with #0A19AC
Text Example
Text Example
White with #0A19AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A19AC; }
p { color: rgb(10,25,172); }
H1.HeaderClassName
{
color: #0A19AC;
}
.AnyTagClassName
{
color: #0A19AC;
}
</style>
background-color css
<style>
a { background-color: #0A19AC; }
a { background-color: rgb(10,25,172); }
div.DivClassName
{
background-color: #0A19AC;
}
.BgClassName
{
background-color: #0A19AC;
}
</style>
border-color css
<style>
span { border-color: #0A19AC; }
span { border-color: rgb(10,25,172); }
td.TdClassName
{
border-color: #0A19AC;
}
.TagClassName
{
border-color: #0A19AC;
}
</style>