Html Css Color HEX #002EC1 International Klein Blue
📋 copy color: '#002EC1'red 0 ◦ green 46 ◦ blue 193
Shades of International Klein Blue #002EC1
Tints of International Klein Blue #002EC1
RGB
CMYK
RGB Variations
Color information
#002EC1 (or 0x002EC1) is known color: International Klein Blue. HEX triplet: 00, 2E and C1. RGB value is (0,46,193). Sum of RGB (Red+Green+Blue) = 0+46+193=239 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 239); Green value is 46 (18.36% from 255 or 19.25% from 239); Blue value is 193 (75.78% from 255 or 80.75% from 239); Max value from RGB is 193 - color contains mainly: blue. Hex color #002EC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002EC1 is #FFD13E. Grayscale: #303030. Windows color (decimal): -16765247 or 12660224. OLE color: 12660224.
HSL color Cylindrical-coordinate representation of color #002EC1: hue angle of 225.7º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002EC1 is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 46 | 193 | - |
| CMYK | 1 | 0.76 | 0 | 0.24 |
| HSL | 225.7º | 1% | 0.38% | - |
| HSV(B) | 225.7º | 1% | 0.76% | - |
| XYZ | 10.6 | 5.8 | 51.01 | - |
| YUV | 49 | 209.26 | 93.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 46 | 193 | 1 | 0.76 | 0 | 0.24 | 225.7 | 1 | 0.38 |
| Hex | 0 | 2E | C1 | 64 | 4C | 0 | 18 | E2 | 64 | 26 |
| Octal | 0 | 56 | 301 | 144 | 114 | 0 | 30 | 342 | 144 | 46 |
| Binary | 0 | 101110 | 11000001 | 1100100 | 1001100 | 0 | 11000 | 11100010 | 1100100 | 100110 |
Color Harmonies of #002EC1
Complementary color
Monochromatic Colors of #002EC1
Black with #002EC1
Text Example
Text Example
White with #002EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002EC1; }
p { color: rgb(0,46,193); }
H1.HeaderClassName
{
color: #002EC1;
}
.AnyTagClassName
{
color: #002EC1;
}
</style>
background-color css
<style>
a { background-color: #002EC1; }
a { background-color: rgb(0,46,193); }
div.DivClassName
{
background-color: #002EC1;
}
.BgClassName
{
background-color: #002EC1;
}
</style>
border-color css
<style>
span { border-color: #002EC1; }
span { border-color: rgb(0,46,193); }
td.TdClassName
{
border-color: #002EC1;
}
.TagClassName
{
border-color: #002EC1;
}
</style>