Html Css Color HEX #0424BF International Klein Blue
📋 copy color: '#0424BF'red 4 ◦ green 36 ◦ blue 191
Shades of International Klein Blue #0424BF
Tints of International Klein Blue #0424BF
RGB
CMYK
RGB Variations
Color information
#0424BF (or 0x0424BF) is known color: International Klein Blue. HEX triplet: 04, 24 and BF. RGB value is (4,36,191). Sum of RGB (Red+Green+Blue) = 4+36+191=231 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.73% from 231); Green value is 36 (14.45% from 255 or 15.58% from 231); Blue value is 191 (75% from 255 or 82.68% from 231); Max value from RGB is 191 - color contains mainly: blue. Hex color #0424BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0424BF is #FBDB40. Grayscale: #2B2B2B. Windows color (decimal): -16505665 or 12526596. OLE color: 12526596.
HSL color Cylindrical-coordinate representation of color #0424BF: hue angle of 229.73º 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 #0424BF is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 36 | 191 | - |
| CMYK | 0.98 | 0.81 | 0 | 0.25 |
| HSL | 229.73º | 0.96% | 0.38% | - |
| HSV(B) | 229.73º | 0.98% | 0.75% | - |
| XYZ | 10.08 | 5.05 | 49.73 | - |
| YUV | 44.1 | 210.9 | 99.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 36 | 191 | 0.98 | 0.81 | 0 | 0.25 | 229.73 | 0.96 | 0.38 |
| Hex | 4 | 24 | BF | 62 | 51 | 0 | 19 | E6 | 60 | 26 |
| Octal | 4 | 44 | 277 | 142 | 121 | 0 | 31 | 346 | 140 | 46 |
| Binary | 100 | 100100 | 10111111 | 1100010 | 1010001 | 0 | 11001 | 11100110 | 1100000 | 100110 |
Color Harmonies of #0424BF
Complementary color
Monochromatic Colors of #0424BF
Black with #0424BF
Text Example
Text Example
White with #0424BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0424BF; }
p { color: rgb(4,36,191); }
H1.HeaderClassName
{
color: #0424BF;
}
.AnyTagClassName
{
color: #0424BF;
}
</style>
background-color css
<style>
a { background-color: #0424BF; }
a { background-color: rgb(4,36,191); }
div.DivClassName
{
background-color: #0424BF;
}
.BgClassName
{
background-color: #0424BF;
}
</style>
border-color css
<style>
span { border-color: #0424BF; }
span { border-color: rgb(4,36,191); }
td.TdClassName
{
border-color: #0424BF;
}
.TagClassName
{
border-color: #0424BF;
}
</style>