Html Css Color HEX #0A229A International Klein Blue
📋 copy color: '#0A229A'red 10 ◦ green 34 ◦ blue 154
Shades of International Klein Blue #0A229A
Tints of International Klein Blue #0A229A
RGB
CMYK
RGB Variations
Color information
#0A229A (or 0x0A229A) is known color: International Klein Blue. HEX triplet: 0A, 22 and 9A. RGB value is (10,34,154). Sum of RGB (Red+Green+Blue) = 10+34+154=198 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5.05% from 198); Green value is 34 (13.67% from 255 or 17.17% from 198); Blue value is 154 (60.55% from 255 or 77.78% from 198); Max value from RGB is 154 - color contains mainly: blue. Hex color #0A229A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A229A is #F5DD65. Grayscale: #282828. Windows color (decimal): -16112998 or 10101258. OLE color: 10101258.
HSL color Cylindrical-coordinate representation of color #0A229A: hue angle of 230º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A229A is Cyan = 0.94, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 10 | 34 | 154 | - |
| CMYK | 0.94 | 0.78 | 0 | 0.40 |
| HSL | 230º | 0.88% | 0.32% | - |
| HSV(B) | 230º | 0.94% | 0.6% | - |
| XYZ | 6.53 | 3.54 | 30.91 | - |
| YUV | 40.5 | 192.05 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 34 | 154 | 0.94 | 0.78 | 0 | 0.40 | 230 | 0.88 | 0.32 |
| Hex | A | 22 | 9A | 5E | 4E | 0 | 28 | E6 | 58 | 20 |
| Octal | 12 | 42 | 232 | 136 | 116 | 0 | 50 | 346 | 130 | 40 |
| Binary | 1010 | 100010 | 10011010 | 1011110 | 1001110 | 0 | 101000 | 11100110 | 1011000 | 100000 |
Color Harmonies of #0A229A
Complementary color
Monochromatic Colors of #0A229A
Black with #0A229A
Text Example
Text Example
White with #0A229A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A229A; }
p { color: rgb(10,34,154); }
H1.HeaderClassName
{
color: #0A229A;
}
.AnyTagClassName
{
color: #0A229A;
}
</style>
background-color css
<style>
a { background-color: #0A229A; }
a { background-color: rgb(10,34,154); }
div.DivClassName
{
background-color: #0A229A;
}
.BgClassName
{
background-color: #0A229A;
}
</style>
border-color css
<style>
span { border-color: #0A229A; }
span { border-color: rgb(10,34,154); }
td.TdClassName
{
border-color: #0A229A;
}
.TagClassName
{
border-color: #0A229A;
}
</style>