Html Css Color HEX #002EAC International Klein Blue

📋 copy color: '#002EAC'

red 0 ◦ green 46 ◦ blue 172

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

Shades of International Klein Blue #002EAC

Tints of International Klein Blue #002EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 78.9%

R = 0%
G = 21.1%
B = 78.9%

CMYK

 C value IS 1

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#002EAC (or 0x002EAC) is known color: International Klein Blue. HEX triplet: 00, 2E and AC. RGB value is (0,46,172). Sum of RGB (Red+Green+Blue) = 0+46+172=218 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 218); Green value is 46 (18.36% from 255 or 21.10% from 218); Blue value is 172 (67.58% from 255 or 78.90% from 218); Max value from RGB is 172 - color contains mainly: blue. Hex color #002EAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002EAC is #FFD153. Grayscale: #2E2E2E. Windows color (decimal): -16765268 or 11283968. OLE color: 11283968.

HSL color Cylindrical-coordinate representation of color #002EAC: hue angle of 223.95º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002EAC is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 0 46 172 -
CMYK 1 0.73 0 0.33
HSL 223.95º 1% 0.34% -
HSV(B) 223.95º 1% 0.67% -
XYZ 8.42 4.93 39.54 -
YUV 46.61 198.76 94.75 -
System Red Green Blue C M Y K H S L
Decimal 0 46 172 1 0.73 0 0.33 223.95 1 0.34
Hex 0 2E AC 64 49 0 21 E0 64 22
Octal 0 56 254 144 111 0 41 340 144 42
Binary 0 101110 10101100 1100100 1001001 0 100001 11100000 1100100 100010

Color Harmonies of #002EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002EAC

Black with #002EAC

Text Example


Text Example

White with #002EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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