Html Css Color HEX #002EC7 International Klein Blue
📋 copy color: '#002EC7'red 0 ◦ green 46 ◦ blue 199
Shades of International Klein Blue #002EC7
Tints of International Klein Blue #002EC7
RGB
CMYK
RGB Variations
Color information
#002EC7 (or 0x002EC7) is known color: International Klein Blue. HEX triplet: 00, 2E and C7. RGB value is (0,46,199). Sum of RGB (Red+Green+Blue) = 0+46+199=245 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 245); Green value is 46 (18.36% from 255 or 18.78% from 245); Blue value is 199 (78.12% from 255 or 81.22% from 245); Max value from RGB is 199 - color contains mainly: blue. Hex color #002EC7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002EC7 is #FFD138. Grayscale: #313131. Windows color (decimal): -16765241 or 13053440. OLE color: 13053440.
HSL color Cylindrical-coordinate representation of color #002EC7: hue angle of 226.13º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002EC7 is Cyan = 1, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 0 | 46 | 199 | - |
| CMYK | 1 | 0.77 | 0 | 0.22 |
| HSL | 226.13º | 1% | 0.39% | - |
| HSV(B) | 226.13º | 1% | 0.78% | - |
| XYZ | 11.29 | 6.08 | 54.61 | - |
| YUV | 49.69 | 212.26 | 92.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 46 | 199 | 1 | 0.77 | 0 | 0.22 | 226.13 | 1 | 0.39 |
| Hex | 0 | 2E | C7 | 64 | 4D | 0 | 16 | E2 | 64 | 27 |
| Octal | 0 | 56 | 307 | 144 | 115 | 0 | 26 | 342 | 144 | 47 |
| Binary | 0 | 101110 | 11000111 | 1100100 | 1001101 | 0 | 10110 | 11100010 | 1100100 | 100111 |
Color Harmonies of #002EC7
Complementary color
Monochromatic Colors of #002EC7
Black with #002EC7
Text Example
Text Example
White with #002EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002EC7; }
p { color: rgb(0,46,199); }
H1.HeaderClassName
{
color: #002EC7;
}
.AnyTagClassName
{
color: #002EC7;
}
</style>
background-color css
<style>
a { background-color: #002EC7; }
a { background-color: rgb(0,46,199); }
div.DivClassName
{
background-color: #002EC7;
}
.BgClassName
{
background-color: #002EC7;
}
</style>
border-color css
<style>
span { border-color: #002EC7; }
span { border-color: rgb(0,46,199); }
td.TdClassName
{
border-color: #002EC7;
}
.TagClassName
{
border-color: #002EC7;
}
</style>