Html Css Color HEX #002EC4 International Klein Blue

📋 copy color: '#002EC4'

red 0 ◦ green 46 ◦ blue 196

#002EC4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of International Klein Blue #002EC4

Tints of International Klein Blue #002EC4

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 46 (18.36% from 255) = 19.01%

 BLUE value IS 196 (76.95% from 255) = 80.99%

R = 0%
G = 19.01%
B = 80.99%

CMYK

 C value IS 1

 M value IS 0.77

 Y value IS 0

 K value IS 0.23

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#002EC4 (or 0x002EC4) is known color: International Klein Blue. HEX triplet: 00, 2E and C4. RGB value is (0,46,196). Sum of RGB (Red+Green+Blue) = 0+46+196=242 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 242); Green value is 46 (18.36% from 255 or 19.01% from 242); Blue value is 196 (76.95% from 255 or 80.99% from 242); Max value from RGB is 196 - color contains mainly: blue. Hex color #002EC4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002EC4 is #FFD13B. Grayscale: #303030. Windows color (decimal): -16765244 or 12856832. OLE color: 12856832.

HSL color Cylindrical-coordinate representation of color #002EC4: hue angle of 225.92º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002EC4 is Cyan = 1, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 0 46 196 -
CMYK 1 0.77 0 0.23
HSL 225.92º 1% 0.38% -
HSV(B) 225.92º 1% 0.77% -
XYZ 10.94 5.94 52.79 -
YUV 49.35 210.76 92.8 -
System Red Green Blue C M Y K H S L
Decimal 0 46 196 1 0.77 0 0.23 225.92 1 0.38
Hex 0 2E C4 64 4D 0 17 E2 64 26
Octal 0 56 304 144 115 0 27 342 144 46
Binary 0 101110 11000100 1100100 1001101 0 10111 11100010 1100100 100110

Color Harmonies of #002EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002EC4

Black with #002EC4

Text Example


Text Example

White with #002EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002EC4; }

 p { color: rgb(0,46,196); }

 H1.HeaderClassName
 {
   color: #002EC4;
 }
 .AnyTagClassName
 {
   color: #002EC4;
 }
</style>

background-color css

<style>
 a { background-color: #002EC4; }

 a { background-color: rgb(0,46,196); }

 div.DivClassName
 {
   background-color: #002EC4;
 }
 .BgClassName
 {
   background-color: #002EC4;
 }
</style>

border-color css

<style>
 span { border-color: #002EC4; }

 span { border-color: rgb(0,46,196); }

 td.TdClassName
 {
   border-color: #002EC4;
 }
 .TagClassName
 {
   border-color: #002EC4;
 }
</style>