Html Css Color HEX #0024AC International Klein Blue
📋 copy color: '#0024AC'red 0 ◦ green 36 ◦ blue 172
Shades of International Klein Blue #0024AC
Tints of International Klein Blue #0024AC
RGB
CMYK
RGB Variations
Color information
#0024AC (or 0x0024AC) is known color: International Klein Blue. HEX triplet: 00, 24 and AC. RGB value is (0,36,172). Sum of RGB (Red+Green+Blue) = 0+36+172=208 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 208); Green value is 36 (14.45% from 255 or 17.31% from 208); Blue value is 172 (67.58% from 255 or 82.69% from 208); Max value from RGB is 172 - color contains mainly: blue. Hex color #0024AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0024AC is #FFDB53. Grayscale: #282828. Windows color (decimal): -16767828 or 11281408. OLE color: 11281408.
HSL color Cylindrical-coordinate representation of color #0024AC: hue angle of 227.44º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0024AC is Cyan = 1, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 36 | 172 | - |
| CMYK | 1 | 0.79 | 0 | 0.33 |
| HSL | 227.44º | 1% | 0.34% | - |
| HSV(B) | 227.44º | 1% | 0.67% | - |
| XYZ | 8.08 | 4.24 | 39.42 | - |
| YUV | 40.74 | 202.07 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 36 | 172 | 1 | 0.79 | 0 | 0.33 | 227.44 | 1 | 0.34 |
| Hex | 0 | 24 | AC | 64 | 4F | 0 | 21 | E3 | 64 | 22 |
| Octal | 0 | 44 | 254 | 144 | 117 | 0 | 41 | 343 | 144 | 42 |
| Binary | 0 | 100100 | 10101100 | 1100100 | 1001111 | 0 | 100001 | 11100011 | 1100100 | 100010 |
Color Harmonies of #0024AC
Complementary color
Monochromatic Colors of #0024AC
Black with #0024AC
Text Example
Text Example
White with #0024AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0024AC; }
p { color: rgb(0,36,172); }
H1.HeaderClassName
{
color: #0024AC;
}
.AnyTagClassName
{
color: #0024AC;
}
</style>
background-color css
<style>
a { background-color: #0024AC; }
a { background-color: rgb(0,36,172); }
div.DivClassName
{
background-color: #0024AC;
}
.BgClassName
{
background-color: #0024AC;
}
</style>
border-color css
<style>
span { border-color: #0024AC; }
span { border-color: rgb(0,36,172); }
td.TdClassName
{
border-color: #0024AC;
}
.TagClassName
{
border-color: #0024AC;
}
</style>