Html Css Color HEX #0024AB International Klein Blue
📋 copy color: '#0024AB'red 0 ◦ green 36 ◦ blue 171
Shades of International Klein Blue #0024AB
Tints of International Klein Blue #0024AB
RGB
CMYK
RGB Variations
Color information
#0024AB (or 0x0024AB) is known color: International Klein Blue. HEX triplet: 00, 24 and AB. RGB value is (0,36,171). Sum of RGB (Red+Green+Blue) = 0+36+171=207 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 207); Green value is 36 (14.45% from 255 or 17.39% from 207); Blue value is 171 (67.19% from 255 or 82.61% from 207); Max value from RGB is 171 - color contains mainly: blue. Hex color #0024AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0024AB is #FFDB54. Grayscale: #282828. Windows color (decimal): -16767829 or 11215872. OLE color: 11215872.
HSL color Cylindrical-coordinate representation of color #0024AB: hue angle of 227.37º 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 #0024AB is Cyan = 1, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 36 | 171 | - |
| CMYK | 1 | 0.79 | 0 | 0.33 |
| HSL | 227.37º | 1% | 0.34% | - |
| HSV(B) | 227.37º | 1% | 0.67% | - |
| XYZ | 7.98 | 4.2 | 38.92 | - |
| YUV | 40.63 | 201.57 | 99.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 36 | 171 | 1 | 0.79 | 0 | 0.33 | 227.37 | 1 | 0.34 |
| Hex | 0 | 24 | AB | 64 | 4F | 0 | 21 | E3 | 64 | 22 |
| Octal | 0 | 44 | 253 | 144 | 117 | 0 | 41 | 343 | 144 | 42 |
| Binary | 0 | 100100 | 10101011 | 1100100 | 1001111 | 0 | 100001 | 11100011 | 1100100 | 100010 |
Color Harmonies of #0024AB
Complementary color
Monochromatic Colors of #0024AB
Black with #0024AB
Text Example
Text Example
White with #0024AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0024AB; }
p { color: rgb(0,36,171); }
H1.HeaderClassName
{
color: #0024AB;
}
.AnyTagClassName
{
color: #0024AB;
}
</style>
background-color css
<style>
a { background-color: #0024AB; }
a { background-color: rgb(0,36,171); }
div.DivClassName
{
background-color: #0024AB;
}
.BgClassName
{
background-color: #0024AB;
}
</style>
border-color css
<style>
span { border-color: #0024AB; }
span { border-color: rgb(0,36,171); }
td.TdClassName
{
border-color: #0024AB;
}
.TagClassName
{
border-color: #0024AB;
}
</style>