Html Css Color HEX #0A24BA International Klein Blue
📋 copy color: '#0A24BA'red 10 ◦ green 36 ◦ blue 186
Shades of International Klein Blue #0A24BA
Tints of International Klein Blue #0A24BA
RGB
CMYK
RGB Variations
Color information
#0A24BA (or 0x0A24BA) is known color: International Klein Blue. HEX triplet: 0A, 24 and BA. RGB value is (10,36,186). Sum of RGB (Red+Green+Blue) = 10+36+186=232 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.31% from 232); Green value is 36 (14.45% from 255 or 15.52% from 232); Blue value is 186 (73.05% from 255 or 80.17% from 232); Max value from RGB is 186 - color contains mainly: blue. Hex color #0A24BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A24BA is #F5DB45. Grayscale: #2C2C2C. Windows color (decimal): -16112454 or 12198922. OLE color: 12198922.
HSL color Cylindrical-coordinate representation of color #0A24BA: hue angle of 231.14º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A24BA is Cyan = 0.95, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 10 | 36 | 186 | - |
| CMYK | 0.95 | 0.81 | 0 | 0.27 |
| HSL | 231.14º | 0.9% | 0.38% | - |
| HSV(B) | 231.14º | 0.95% | 0.73% | - |
| XYZ | 9.62 | 4.87 | 46.89 | - |
| YUV | 45.33 | 207.39 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 36 | 186 | 0.95 | 0.81 | 0 | 0.27 | 231.14 | 0.9 | 0.38 |
| Hex | A | 24 | BA | 5F | 51 | 0 | 1B | E7 | 5A | 26 |
| Octal | 12 | 44 | 272 | 137 | 121 | 0 | 33 | 347 | 132 | 46 |
| Binary | 1010 | 100100 | 10111010 | 1011111 | 1010001 | 0 | 11011 | 11100111 | 1011010 | 100110 |
Color Harmonies of #0A24BA
Complementary color
Monochromatic Colors of #0A24BA
Black with #0A24BA
Text Example
Text Example
White with #0A24BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A24BA; }
p { color: rgb(10,36,186); }
H1.HeaderClassName
{
color: #0A24BA;
}
.AnyTagClassName
{
color: #0A24BA;
}
</style>
background-color css
<style>
a { background-color: #0A24BA; }
a { background-color: rgb(10,36,186); }
div.DivClassName
{
background-color: #0A24BA;
}
.BgClassName
{
background-color: #0A24BA;
}
</style>
border-color css
<style>
span { border-color: #0A24BA; }
span { border-color: rgb(10,36,186); }
td.TdClassName
{
border-color: #0A24BA;
}
.TagClassName
{
border-color: #0A24BA;
}
</style>