Html Css Color HEX #0024BC International Klein Blue
📋 copy color: '#0024BC'red 0 ◦ green 36 ◦ blue 188
Shades of International Klein Blue #0024BC
Tints of International Klein Blue #0024BC
RGB
CMYK
RGB Variations
Color information
#0024BC (or 0x0024BC) is known color: International Klein Blue. HEX triplet: 00, 24 and BC. RGB value is (0,36,188). Sum of RGB (Red+Green+Blue) = 0+36+188=224 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 224); Green value is 36 (14.45% from 255 or 16.07% from 224); Blue value is 188 (73.83% from 255 or 83.93% from 224); Max value from RGB is 188 - color contains mainly: blue. Hex color #0024BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0024BC is #FFDB43. Grayscale: #292929. Windows color (decimal): -16767812 or 12329984. OLE color: 12329984.
HSL color Cylindrical-coordinate representation of color #0024BC: hue angle of 228.51º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0024BC is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 36 | 188 | - |
| CMYK | 1 | 0.81 | 0 | 0.26 |
| HSL | 228.51º | 1% | 0.37% | - |
| HSV(B) | 228.51º | 1% | 0.74% | - |
| XYZ | 9.71 | 4.89 | 48.01 | - |
| YUV | 42.56 | 210.07 | 97.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 36 | 188 | 1 | 0.81 | 0 | 0.26 | 228.51 | 1 | 0.37 |
| Hex | 0 | 24 | BC | 64 | 51 | 0 | 1A | E5 | 64 | 25 |
| Octal | 0 | 44 | 274 | 144 | 121 | 0 | 32 | 345 | 144 | 45 |
| Binary | 0 | 100100 | 10111100 | 1100100 | 1010001 | 0 | 11010 | 11100101 | 1100100 | 100101 |
Color Harmonies of #0024BC
Complementary color
Monochromatic Colors of #0024BC
Black with #0024BC
Text Example
Text Example
White with #0024BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0024BC; }
p { color: rgb(0,36,188); }
H1.HeaderClassName
{
color: #0024BC;
}
.AnyTagClassName
{
color: #0024BC;
}
</style>
background-color css
<style>
a { background-color: #0024BC; }
a { background-color: rgb(0,36,188); }
div.DivClassName
{
background-color: #0024BC;
}
.BgClassName
{
background-color: #0024BC;
}
</style>
border-color css
<style>
span { border-color: #0024BC; }
span { border-color: rgb(0,36,188); }
td.TdClassName
{
border-color: #0024BC;
}
.TagClassName
{
border-color: #0024BC;
}
</style>