Html Css Color HEX #0A229C International Klein Blue
📋 copy color: '#0A229C'red 10 ◦ green 34 ◦ blue 156
Shades of International Klein Blue #0A229C
Tints of International Klein Blue #0A229C
RGB
CMYK
RGB Variations
Color information
#0A229C (or 0x0A229C) is known color: International Klein Blue. HEX triplet: 0A, 22 and 9C. RGB value is (10,34,156). Sum of RGB (Red+Green+Blue) = 10+34+156=200 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5% from 200); Green value is 34 (13.67% from 255 or 17% from 200); Blue value is 156 (61.33% from 255 or 78% from 200); Max value from RGB is 156 - color contains mainly: blue. Hex color #0A229C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A229C is #F5DD63. Grayscale: #282828. Windows color (decimal): -16112996 or 10232330. OLE color: 10232330.
HSL color Cylindrical-coordinate representation of color #0A229C: hue angle of 230.14º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A229C is Cyan = 0.94, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 10 | 34 | 156 | - |
| CMYK | 0.94 | 0.78 | 0 | 0.39 |
| HSL | 230.14º | 0.88% | 0.33% | - |
| HSV(B) | 230.14º | 0.94% | 0.61% | - |
| XYZ | 6.7 | 3.61 | 31.8 | - |
| YUV | 40.73 | 193.05 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 34 | 156 | 0.94 | 0.78 | 0 | 0.39 | 230.14 | 0.88 | 0.33 |
| Hex | A | 22 | 9C | 5E | 4E | 0 | 27 | E6 | 58 | 21 |
| Octal | 12 | 42 | 234 | 136 | 116 | 0 | 47 | 346 | 130 | 41 |
| Binary | 1010 | 100010 | 10011100 | 1011110 | 1001110 | 0 | 100111 | 11100110 | 1011000 | 100001 |
Color Harmonies of #0A229C
Complementary color
Monochromatic Colors of #0A229C
Black with #0A229C
Text Example
Text Example
White with #0A229C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A229C; }
p { color: rgb(10,34,156); }
H1.HeaderClassName
{
color: #0A229C;
}
.AnyTagClassName
{
color: #0A229C;
}
</style>
background-color css
<style>
a { background-color: #0A229C; }
a { background-color: rgb(10,34,156); }
div.DivClassName
{
background-color: #0A229C;
}
.BgClassName
{
background-color: #0A229C;
}
</style>
border-color css
<style>
span { border-color: #0A229C; }
span { border-color: rgb(10,34,156); }
td.TdClassName
{
border-color: #0A229C;
}
.TagClassName
{
border-color: #0A229C;
}
</style>