Html Css Color HEX #0024BA International Klein Blue
📋 copy color: '#0024BA'red 0 ◦ green 36 ◦ blue 186
Shades of International Klein Blue #0024BA
Tints of International Klein Blue #0024BA
RGB
CMYK
RGB Variations
Color information
#0024BA (or 0x0024BA) is known color: International Klein Blue. HEX triplet: 00, 24 and BA. RGB value is (0,36,186). Sum of RGB (Red+Green+Blue) = 0+36+186=222 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 222); Green value is 36 (14.45% from 255 or 16.22% from 222); Blue value is 186 (73.05% from 255 or 83.78% from 222); Max value from RGB is 186 - color contains mainly: blue. Hex color #0024BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0024BA is #FFDB45. Grayscale: #292929. Windows color (decimal): -16767814 or 12198912. OLE color: 12198912.
HSL color Cylindrical-coordinate representation of color #0024BA: hue angle of 228.39º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0024BA is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 36 | 186 | - |
| CMYK | 1 | 0.81 | 0 | 0.27 |
| HSL | 228.39º | 1% | 0.36% | - |
| HSV(B) | 228.39º | 1% | 0.73% | - |
| XYZ | 9.49 | 4.81 | 46.88 | - |
| YUV | 42.34 | 209.07 | 97.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 36 | 186 | 1 | 0.81 | 0 | 0.27 | 228.39 | 1 | 0.36 |
| Hex | 0 | 24 | BA | 64 | 51 | 0 | 1B | E4 | 64 | 24 |
| Octal | 0 | 44 | 272 | 144 | 121 | 0 | 33 | 344 | 144 | 44 |
| Binary | 0 | 100100 | 10111010 | 1100100 | 1010001 | 0 | 11011 | 11100100 | 1100100 | 100100 |
Color Harmonies of #0024BA
Complementary color
Monochromatic Colors of #0024BA
Black with #0024BA
Text Example
Text Example
White with #0024BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0024BA; }
p { color: rgb(0,36,186); }
H1.HeaderClassName
{
color: #0024BA;
}
.AnyTagClassName
{
color: #0024BA;
}
</style>
background-color css
<style>
a { background-color: #0024BA; }
a { background-color: rgb(0,36,186); }
div.DivClassName
{
background-color: #0024BA;
}
.BgClassName
{
background-color: #0024BA;
}
</style>
border-color css
<style>
span { border-color: #0024BA; }
span { border-color: rgb(0,36,186); }
td.TdClassName
{
border-color: #0024BA;
}
.TagClassName
{
border-color: #0024BA;
}
</style>