Html Css Color HEX #022EAC International Klein Blue

📋 copy color: '#022EAC'

red 2 ◦ green 46 ◦ blue 172

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

Shades of International Klein Blue #022EAC

Tints of International Klein Blue #022EAC

RGB

 RED value IS 2 (1.17% from 255) = 0.91%

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

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

R = 0.91%
G = 20.91%
B = 78.18%

CMYK

 C value IS 0.99

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#022EAC (or 0x022EAC) is known color: International Klein Blue. HEX triplet: 02, 2E and AC. RGB value is (2,46,172). Sum of RGB (Red+Green+Blue) = 2+46+172=220 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 220); Green value is 46 (18.36% from 255 or 20.91% from 220); Blue value is 172 (67.58% from 255 or 78.18% from 220); Max value from RGB is 172 - color contains mainly: blue. Hex color #022EAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022EAC is #FDD153. Grayscale: #2E2E2E. Windows color (decimal): -16634196 or 11283970. OLE color: 11283970.

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

Color convert

RGB 2 46 172 -
CMYK 0.99 0.73 0 0.33
HSL 224.47º 0.98% 0.34% -
HSV(B) 224.47º 0.99% 0.67% -
XYZ 8.45 4.95 39.54 -
YUV 47.21 198.42 95.75 -
System Red Green Blue C M Y K H S L
Decimal 2 46 172 0.99 0.73 0 0.33 224.47 0.98 0.34
Hex 2 2E AC 63 49 0 21 E0 62 22
Octal 2 56 254 143 111 0 41 340 142 42
Binary 10 101110 10101100 1100011 1001001 0 100001 11100000 1100010 100010

Color Harmonies of #022EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022EAC

Black with #022EAC

Text Example


Text Example

White with #022EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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