Html Css Color HEX #022EBA International Klein Blue
📋 copy color: '#022EBA'red 2 ◦ green 46 ◦ blue 186
Shades of International Klein Blue #022EBA
Tints of International Klein Blue #022EBA
RGB
CMYK
RGB Variations
Color information
#022EBA (or 0x022EBA) is known color: International Klein Blue. HEX triplet: 02, 2E and BA. RGB value is (2,46,186). Sum of RGB (Red+Green+Blue) = 2+46+186=234 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 234); Green value is 46 (18.36% from 255 or 19.66% from 234); Blue value is 186 (73.05% from 255 or 79.49% from 234); Max value from RGB is 186 - color contains mainly: blue. Hex color #022EBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022EBA is #FDD145. Grayscale: #303030. Windows color (decimal): -16634182 or 12201474. OLE color: 12201474.
HSL color Cylindrical-coordinate representation of color #022EBA: hue angle of 225.65º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022EBA is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 46 | 186 | - |
| CMYK | 0.99 | 0.75 | 0 | 0.27 |
| HSL | 225.65º | 0.98% | 0.37% | - |
| HSV(B) | 225.65º | 0.99% | 0.73% | - |
| XYZ | 9.86 | 5.51 | 47 | - |
| YUV | 48.8 | 205.42 | 94.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 46 | 186 | 0.99 | 0.75 | 0 | 0.27 | 225.65 | 0.98 | 0.37 |
| Hex | 2 | 2E | BA | 63 | 4B | 0 | 1B | E2 | 62 | 25 |
| Octal | 2 | 56 | 272 | 143 | 113 | 0 | 33 | 342 | 142 | 45 |
| Binary | 10 | 101110 | 10111010 | 1100011 | 1001011 | 0 | 11011 | 11100010 | 1100010 | 100101 |
Color Harmonies of #022EBA
Complementary color
Monochromatic Colors of #022EBA
Black with #022EBA
Text Example
Text Example
White with #022EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022EBA; }
p { color: rgb(2,46,186); }
H1.HeaderClassName
{
color: #022EBA;
}
.AnyTagClassName
{
color: #022EBA;
}
</style>
background-color css
<style>
a { background-color: #022EBA; }
a { background-color: rgb(2,46,186); }
div.DivClassName
{
background-color: #022EBA;
}
.BgClassName
{
background-color: #022EBA;
}
</style>
border-color css
<style>
span { border-color: #022EBA; }
span { border-color: rgb(2,46,186); }
td.TdClassName
{
border-color: #022EBA;
}
.TagClassName
{
border-color: #022EBA;
}
</style>