Html Css Color HEX #002EC5 International Klein Blue
📋 copy color: '#002EC5'red 0 ◦ green 46 ◦ blue 197
Shades of International Klein Blue #002EC5
Tints of International Klein Blue #002EC5
RGB
CMYK
RGB Variations
Color information
#002EC5 (or 0x002EC5) is known color: International Klein Blue. HEX triplet: 00, 2E and C5. RGB value is (0,46,197). Sum of RGB (Red+Green+Blue) = 0+46+197=243 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 243); Green value is 46 (18.36% from 255 or 18.93% from 243); Blue value is 197 (77.34% from 255 or 81.07% from 243); Max value from RGB is 197 - color contains mainly: blue. Hex color #002EC5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002EC5 is #FFD13A. Grayscale: #303030. Windows color (decimal): -16765243 or 12922368. OLE color: 12922368.
HSL color Cylindrical-coordinate representation of color #002EC5: hue angle of 225.99º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002EC5 is Cyan = 1, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 0 | 46 | 197 | - |
| CMYK | 1 | 0.77 | 0 | 0.23 |
| HSL | 225.99º | 1% | 0.39% | - |
| HSV(B) | 225.99º | 1% | 0.77% | - |
| XYZ | 11.06 | 5.99 | 53.4 | - |
| YUV | 49.46 | 211.26 | 92.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 46 | 197 | 1 | 0.77 | 0 | 0.23 | 225.99 | 1 | 0.39 |
| Hex | 0 | 2E | C5 | 64 | 4D | 0 | 17 | E2 | 64 | 27 |
| Octal | 0 | 56 | 305 | 144 | 115 | 0 | 27 | 342 | 144 | 47 |
| Binary | 0 | 101110 | 11000101 | 1100100 | 1001101 | 0 | 10111 | 11100010 | 1100100 | 100111 |
Color Harmonies of #002EC5
Complementary color
Monochromatic Colors of #002EC5
Black with #002EC5
Text Example
Text Example
White with #002EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002EC5; }
p { color: rgb(0,46,197); }
H1.HeaderClassName
{
color: #002EC5;
}
.AnyTagClassName
{
color: #002EC5;
}
</style>
background-color css
<style>
a { background-color: #002EC5; }
a { background-color: rgb(0,46,197); }
div.DivClassName
{
background-color: #002EC5;
}
.BgClassName
{
background-color: #002EC5;
}
</style>
border-color css
<style>
span { border-color: #002EC5; }
span { border-color: rgb(0,46,197); }
td.TdClassName
{
border-color: #002EC5;
}
.TagClassName
{
border-color: #002EC5;
}
</style>