Html Css Color HEX #0024C5 International Klein Blue
📋 copy color: '#0024C5'red 0 ◦ green 36 ◦ blue 197
Shades of International Klein Blue #0024C5
Tints of International Klein Blue #0024C5
RGB
CMYK
RGB Variations
Color information
#0024C5 (or 0x0024C5) is known color: International Klein Blue. HEX triplet: 00, 24 and C5. RGB value is (0,36,197). Sum of RGB (Red+Green+Blue) = 0+36+197=233 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 233); Green value is 36 (14.45% from 255 or 15.45% from 233); Blue value is 197 (77.34% from 255 or 84.55% from 233); Max value from RGB is 197 - color contains mainly: blue. Hex color #0024C5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0024C5 is #FFDB3A. Grayscale: #2A2A2A. Windows color (decimal): -16767803 or 12919808. OLE color: 12919808.
HSL color Cylindrical-coordinate representation of color #0024C5: hue angle of 229.04º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0024C5 is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 0 | 36 | 197 | - |
| CMYK | 1 | 0.82 | 0 | 0.23 |
| HSL | 229.04º | 1% | 0.39% | - |
| HSV(B) | 229.04º | 1% | 0.77% | - |
| XYZ | 10.71 | 5.29 | 53.28 | - |
| YUV | 43.59 | 214.57 | 96.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 36 | 197 | 1 | 0.82 | 0 | 0.23 | 229.04 | 1 | 0.39 |
| Hex | 0 | 24 | C5 | 64 | 52 | 0 | 17 | E5 | 64 | 27 |
| Octal | 0 | 44 | 305 | 144 | 122 | 0 | 27 | 345 | 144 | 47 |
| Binary | 0 | 100100 | 11000101 | 1100100 | 1010010 | 0 | 10111 | 11100101 | 1100100 | 100111 |
Color Harmonies of #0024C5
Complementary color
Monochromatic Colors of #0024C5
Black with #0024C5
Text Example
Text Example
White with #0024C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0024C5; }
p { color: rgb(0,36,197); }
H1.HeaderClassName
{
color: #0024C5;
}
.AnyTagClassName
{
color: #0024C5;
}
</style>
background-color css
<style>
a { background-color: #0024C5; }
a { background-color: rgb(0,36,197); }
div.DivClassName
{
background-color: #0024C5;
}
.BgClassName
{
background-color: #0024C5;
}
</style>
border-color css
<style>
span { border-color: #0024C5; }
span { border-color: rgb(0,36,197); }
td.TdClassName
{
border-color: #0024C5;
}
.TagClassName
{
border-color: #0024C5;
}
</style>