Html Css Color HEX #0A25AA International Klein Blue
📋 copy color: '#0A25AA'red 10 ◦ green 37 ◦ blue 170
Shades of International Klein Blue #0A25AA
Tints of International Klein Blue #0A25AA
RGB
CMYK
RGB Variations
Color information
#0A25AA (or 0x0A25AA) is known color: International Klein Blue. HEX triplet: 0A, 25 and AA. RGB value is (10,37,170). Sum of RGB (Red+Green+Blue) = 10+37+170=217 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.61% from 217); Green value is 37 (14.84% from 255 or 17.05% from 217); Blue value is 170 (66.80% from 255 or 78.34% from 217); Max value from RGB is 170 - color contains mainly: blue. Hex color #0A25AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A25AA is #F5DA55. Grayscale: #2B2B2B. Windows color (decimal): -16112214 or 11150602. OLE color: 11150602.
HSL color Cylindrical-coordinate representation of color #0A25AA: hue angle of 229.88º 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 #0A25AA is Cyan = 0.94, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 37 | 170 | - |
| CMYK | 0.94 | 0.78 | 0 | 0.33 |
| HSL | 229.88º | 0.89% | 0.35% | - |
| HSV(B) | 229.88º | 0.94% | 0.67% | - |
| XYZ | 8.04 | 4.29 | 38.43 | - |
| YUV | 44.09 | 199.05 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 37 | 170 | 0.94 | 0.78 | 0 | 0.33 | 229.88 | 0.89 | 0.35 |
| Hex | A | 25 | AA | 5E | 4E | 0 | 21 | E6 | 59 | 23 |
| Octal | 12 | 45 | 252 | 136 | 116 | 0 | 41 | 346 | 131 | 43 |
| Binary | 1010 | 100101 | 10101010 | 1011110 | 1001110 | 0 | 100001 | 11100110 | 1011001 | 100011 |
Color Harmonies of #0A25AA
Complementary color
Monochromatic Colors of #0A25AA
Black with #0A25AA
Text Example
Text Example
White with #0A25AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A25AA; }
p { color: rgb(10,37,170); }
H1.HeaderClassName
{
color: #0A25AA;
}
.AnyTagClassName
{
color: #0A25AA;
}
</style>
background-color css
<style>
a { background-color: #0A25AA; }
a { background-color: rgb(10,37,170); }
div.DivClassName
{
background-color: #0A25AA;
}
.BgClassName
{
background-color: #0A25AA;
}
</style>
border-color css
<style>
span { border-color: #0A25AA; }
span { border-color: rgb(10,37,170); }
td.TdClassName
{
border-color: #0A25AA;
}
.TagClassName
{
border-color: #0A25AA;
}
</style>