Html Css Color HEX #022EAE International Klein Blue

📋 copy color: '#022EAE'

red 2 ◦ green 46 ◦ blue 174

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

Shades of International Klein Blue #022EAE

Tints of International Klein Blue #022EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 78.38%

R = 0.9%
G = 20.72%
B = 78.38%

CMYK

 C value IS 0.99

 M value IS 0.74

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#022EAE (or 0x022EAE) is known color: International Klein Blue. HEX triplet: 02, 2E and AE. RGB value is (2,46,174). Sum of RGB (Red+Green+Blue) = 2+46+174=222 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 222); Green value is 46 (18.36% from 255 or 20.72% from 222); Blue value is 174 (68.36% from 255 or 78.38% from 222); Max value from RGB is 174 - color contains mainly: blue. Hex color #022EAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022EAE is #FDD151. Grayscale: #2E2E2E. Windows color (decimal): -16634194 or 11415042. OLE color: 11415042.

HSL color Cylindrical-coordinate representation of color #022EAE: hue angle of 224.65º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022EAE is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 2 46 174 -
CMYK 0.99 0.74 0 0.32
HSL 224.65º 0.98% 0.35% -
HSV(B) 224.65º 0.99% 0.68% -
XYZ 8.64 5.02 40.56 -
YUV 47.44 199.42 95.59 -
System Red Green Blue C M Y K H S L
Decimal 2 46 174 0.99 0.74 0 0.32 224.65 0.98 0.35
Hex 2 2E AE 63 4A 0 20 E1 62 23
Octal 2 56 256 143 112 0 40 341 142 43
Binary 10 101110 10101110 1100011 1001010 0 100000 11100001 1100010 100011

Color Harmonies of #022EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022EAE

Black with #022EAE

Text Example


Text Example

White with #022EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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