Html Css Color HEX #0426BA International Klein Blue
📋 copy color: '#0426BA'red 4 ◦ green 38 ◦ blue 186
Shades of International Klein Blue #0426BA
Tints of International Klein Blue #0426BA
RGB
CMYK
RGB Variations
Color information
#0426BA (or 0x0426BA) is known color: International Klein Blue. HEX triplet: 04, 26 and BA. RGB value is (4,38,186). Sum of RGB (Red+Green+Blue) = 4+38+186=228 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.75% from 228); Green value is 38 (15.23% from 255 or 16.67% from 228); Blue value is 186 (73.05% from 255 or 81.58% from 228); Max value from RGB is 186 - color contains mainly: blue. Hex color #0426BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0426BA is #FBD945. Grayscale: #2C2C2C. Windows color (decimal): -16505158 or 12199428. OLE color: 12199428.
HSL color Cylindrical-coordinate representation of color #0426BA: hue angle of 228.79º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0426BA is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 38 | 186 | - |
| CMYK | 0.98 | 0.80 | 0 | 0.27 |
| HSL | 228.79º | 0.96% | 0.37% | - |
| HSV(B) | 228.79º | 0.98% | 0.73% | - |
| XYZ | 9.61 | 4.96 | 46.9 | - |
| YUV | 44.71 | 207.74 | 98.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 38 | 186 | 0.98 | 0.80 | 0 | 0.27 | 228.79 | 0.96 | 0.37 |
| Hex | 4 | 26 | BA | 62 | 50 | 0 | 1B | E5 | 60 | 25 |
| Octal | 4 | 46 | 272 | 142 | 120 | 0 | 33 | 345 | 140 | 45 |
| Binary | 100 | 100110 | 10111010 | 1100010 | 1010000 | 0 | 11011 | 11100101 | 1100000 | 100101 |
Color Harmonies of #0426BA
Complementary color
Monochromatic Colors of #0426BA
Black with #0426BA
Text Example
Text Example
White with #0426BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0426BA; }
p { color: rgb(4,38,186); }
H1.HeaderClassName
{
color: #0426BA;
}
.AnyTagClassName
{
color: #0426BA;
}
</style>
background-color css
<style>
a { background-color: #0426BA; }
a { background-color: rgb(4,38,186); }
div.DivClassName
{
background-color: #0426BA;
}
.BgClassName
{
background-color: #0426BA;
}
</style>
border-color css
<style>
span { border-color: #0426BA; }
span { border-color: rgb(4,38,186); }
td.TdClassName
{
border-color: #0426BA;
}
.TagClassName
{
border-color: #0426BA;
}
</style>