Html Css Color HEX #0424C0 International Klein Blue
📋 copy color: '#0424C0'red 4 ◦ green 36 ◦ blue 192
Shades of International Klein Blue #0424C0
Tints of International Klein Blue #0424C0
RGB
CMYK
RGB Variations
Color information
#0424C0 (or 0x0424C0) is known color: International Klein Blue. HEX triplet: 04, 24 and C0. RGB value is (4,36,192). Sum of RGB (Red+Green+Blue) = 4+36+192=232 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.72% from 232); Green value is 36 (14.45% from 255 or 15.52% from 232); Blue value is 192 (75.39% from 255 or 82.76% from 232); Max value from RGB is 192 - color contains mainly: blue. Hex color #0424C0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0424C0 is #FBDB3F. Grayscale: #2B2B2B. Windows color (decimal): -16505664 or 12592132. OLE color: 12592132.
HSL color Cylindrical-coordinate representation of color #0424C0: hue angle of 229.79º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0424C0 is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 36 | 192 | - |
| CMYK | 0.98 | 0.81 | 0 | 0.25 |
| HSL | 229.79º | 0.96% | 0.38% | - |
| HSV(B) | 229.79º | 0.98% | 0.75% | - |
| XYZ | 10.2 | 5.09 | 50.31 | - |
| YUV | 44.22 | 211.4 | 99.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 36 | 192 | 0.98 | 0.81 | 0 | 0.25 | 229.79 | 0.96 | 0.38 |
| Hex | 4 | 24 | C0 | 62 | 51 | 0 | 19 | E6 | 60 | 26 |
| Octal | 4 | 44 | 300 | 142 | 121 | 0 | 31 | 346 | 140 | 46 |
| Binary | 100 | 100100 | 11000000 | 1100010 | 1010001 | 0 | 11001 | 11100110 | 1100000 | 100110 |
Color Harmonies of #0424C0
Complementary color
Monochromatic Colors of #0424C0
Black with #0424C0
Text Example
Text Example
White with #0424C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0424C0; }
p { color: rgb(4,36,192); }
H1.HeaderClassName
{
color: #0424C0;
}
.AnyTagClassName
{
color: #0424C0;
}
</style>
background-color css
<style>
a { background-color: #0424C0; }
a { background-color: rgb(4,36,192); }
div.DivClassName
{
background-color: #0424C0;
}
.BgClassName
{
background-color: #0424C0;
}
</style>
border-color css
<style>
span { border-color: #0424C0; }
span { border-color: rgb(4,36,192); }
td.TdClassName
{
border-color: #0424C0;
}
.TagClassName
{
border-color: #0424C0;
}
</style>