Html Css Color HEX #0A19AA International Klein Blue
📋 copy color: '#0A19AA'red 10 ◦ green 25 ◦ blue 170
Shades of International Klein Blue #0A19AA
Tints of International Klein Blue #0A19AA
RGB
CMYK
RGB Variations
Color information
#0A19AA (or 0x0A19AA) is known color: International Klein Blue. HEX triplet: 0A, 19 and AA. RGB value is (10,25,170). Sum of RGB (Red+Green+Blue) = 10+25+170=205 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.88% from 205); Green value is 25 (10.16% from 255 or 12.20% from 205); Blue value is 170 (66.80% from 255 or 82.93% from 205); Max value from RGB is 170 - color contains mainly: blue. Hex color #0A19AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A19AA is #F5E655. Grayscale: #242424. Windows color (decimal): -16115286 or 11147530. OLE color: 11147530.
HSL color Cylindrical-coordinate representation of color #0A19AA: hue angle of 234.38º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A19AA is Cyan = 0.94, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 25 | 170 | - |
| CMYK | 0.94 | 0.85 | 0 | 0.33 |
| HSL | 234.38º | 0.89% | 0.35% | - |
| HSV(B) | 234.38º | 0.94% | 0.67% | - |
| XYZ | 7.73 | 3.66 | 38.33 | - |
| YUV | 37.05 | 203.03 | 108.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 25 | 170 | 0.94 | 0.85 | 0 | 0.33 | 234.38 | 0.89 | 0.35 |
| Hex | A | 19 | AA | 5E | 55 | 0 | 21 | EA | 59 | 23 |
| Octal | 12 | 31 | 252 | 136 | 125 | 0 | 41 | 352 | 131 | 43 |
| Binary | 1010 | 11001 | 10101010 | 1011110 | 1010101 | 0 | 100001 | 11101010 | 1011001 | 100011 |
Color Harmonies of #0A19AA
Complementary color
Monochromatic Colors of #0A19AA
Black with #0A19AA
Text Example
Text Example
White with #0A19AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A19AA; }
p { color: rgb(10,25,170); }
H1.HeaderClassName
{
color: #0A19AA;
}
.AnyTagClassName
{
color: #0A19AA;
}
</style>
background-color css
<style>
a { background-color: #0A19AA; }
a { background-color: rgb(10,25,170); }
div.DivClassName
{
background-color: #0A19AA;
}
.BgClassName
{
background-color: #0A19AA;
}
</style>
border-color css
<style>
span { border-color: #0A19AA; }
span { border-color: rgb(10,25,170); }
td.TdClassName
{
border-color: #0A19AA;
}
.TagClassName
{
border-color: #0A19AA;
}
</style>