Html Css Color HEX #0426BE International Klein Blue
📋 copy color: '#0426BE'red 4 ◦ green 38 ◦ blue 190
Shades of International Klein Blue #0426BE
Tints of International Klein Blue #0426BE
RGB
CMYK
RGB Variations
Color information
#0426BE (or 0x0426BE) is known color: International Klein Blue. HEX triplet: 04, 26 and BE. RGB value is (4,38,190). Sum of RGB (Red+Green+Blue) = 4+38+190=232 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.72% from 232); Green value is 38 (15.23% from 255 or 16.38% from 232); Blue value is 190 (74.61% from 255 or 81.90% from 232); Max value from RGB is 190 - color contains mainly: blue. Hex color #0426BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0426BE is #FBD941. Grayscale: #2C2C2C. Windows color (decimal): -16505154 or 12461572. OLE color: 12461572.
HSL color Cylindrical-coordinate representation of color #0426BE: hue angle of 229.03º 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 #0426BE is Cyan = 0.98, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 38 | 190 | - |
| CMYK | 0.98 | 0.8 | 0 | 0.25 |
| HSL | 229.03º | 0.96% | 0.38% | - |
| HSV(B) | 229.03º | 0.98% | 0.75% | - |
| XYZ | 10.04 | 5.13 | 49.18 | - |
| YUV | 45.16 | 209.74 | 98.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 38 | 190 | 0.98 | 0.8 | 0 | 0.25 | 229.03 | 0.96 | 0.38 |
| Hex | 4 | 26 | BE | 62 | 50 | 0 | 19 | E5 | 60 | 26 |
| Octal | 4 | 46 | 276 | 142 | 120 | 0 | 31 | 345 | 140 | 46 |
| Binary | 100 | 100110 | 10111110 | 1100010 | 1010000 | 0 | 11001 | 11100101 | 1100000 | 100110 |
Color Harmonies of #0426BE
Complementary color
Monochromatic Colors of #0426BE
Black with #0426BE
Text Example
Text Example
White with #0426BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0426BE; }
p { color: rgb(4,38,190); }
H1.HeaderClassName
{
color: #0426BE;
}
.AnyTagClassName
{
color: #0426BE;
}
</style>
background-color css
<style>
a { background-color: #0426BE; }
a { background-color: rgb(4,38,190); }
div.DivClassName
{
background-color: #0426BE;
}
.BgClassName
{
background-color: #0426BE;
}
</style>
border-color css
<style>
span { border-color: #0426BE; }
span { border-color: rgb(4,38,190); }
td.TdClassName
{
border-color: #0426BE;
}
.TagClassName
{
border-color: #0426BE;
}
</style>