Html Css Color HEX #0A19AE International Klein Blue
📋 copy color: '#0A19AE'red 10 ◦ green 25 ◦ blue 174
Shades of International Klein Blue #0A19AE
Tints of International Klein Blue #0A19AE
RGB
CMYK
RGB Variations
Color information
#0A19AE (or 0x0A19AE) is known color: International Klein Blue. HEX triplet: 0A, 19 and AE. RGB value is (10,25,174). Sum of RGB (Red+Green+Blue) = 10+25+174=209 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.78% from 209); Green value is 25 (10.16% from 255 or 11.96% from 209); Blue value is 174 (68.36% from 255 or 83.25% from 209); Max value from RGB is 174 - color contains mainly: blue. Hex color #0A19AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A19AE is #F5E651. Grayscale: #242424. Windows color (decimal): -16115282 or 11409674. OLE color: 11409674.
HSL color Cylindrical-coordinate representation of color #0A19AE: hue angle of 234.51º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A19AE is Cyan = 0.94, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 10 | 25 | 174 | - |
| CMYK | 0.94 | 0.86 | 0 | 0.32 |
| HSL | 234.51º | 0.89% | 0.36% | - |
| HSV(B) | 234.51º | 0.94% | 0.68% | - |
| XYZ | 8.11 | 3.82 | 40.35 | - |
| YUV | 37.5 | 205.03 | 108.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 25 | 174 | 0.94 | 0.86 | 0 | 0.32 | 234.51 | 0.89 | 0.36 |
| Hex | A | 19 | AE | 5E | 56 | 0 | 20 | EB | 59 | 24 |
| Octal | 12 | 31 | 256 | 136 | 126 | 0 | 40 | 353 | 131 | 44 |
| Binary | 1010 | 11001 | 10101110 | 1011110 | 1010110 | 0 | 100000 | 11101011 | 1011001 | 100100 |
Color Harmonies of #0A19AE
Complementary color
Monochromatic Colors of #0A19AE
Black with #0A19AE
Text Example
Text Example
White with #0A19AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A19AE; }
p { color: rgb(10,25,174); }
H1.HeaderClassName
{
color: #0A19AE;
}
.AnyTagClassName
{
color: #0A19AE;
}
</style>
background-color css
<style>
a { background-color: #0A19AE; }
a { background-color: rgb(10,25,174); }
div.DivClassName
{
background-color: #0A19AE;
}
.BgClassName
{
background-color: #0A19AE;
}
</style>
border-color css
<style>
span { border-color: #0A19AE; }
span { border-color: rgb(10,25,174); }
td.TdClassName
{
border-color: #0A19AE;
}
.TagClassName
{
border-color: #0A19AE;
}
</style>