#021EAE

Color #021EAE International Klein Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of International Klein Blue #021EAE

Tints of International Klein Blue #021EAE

Color information

#021EAE (or 0x021EAE) is unknown color: approx International Klein Blue. HEX triplet: 02, 1E and AE. RGB value is (2,30,174). Sum of RGB (Red+Green+Blue) = 2+30+174=206 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 206); Green value is 30 (12.11% from 255 or 14.56% from 206); Blue value is 174 (68.36% from 255 or 84.47% from 206); Max value from RGB is 174 - color contains mainly: blue. Hex color #021EAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021EAE is #FDE151. Grayscale: #252525. Windows color (decimal): -16638290 or 11410946. OLE color: 11410946.

HSL color Cylindrical-coordinate representation of color #021EAE: hue angle of 230.23º 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 #021EAE is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB230174-
CMYK0.990.8300.32
HSL230.23º97.73%34.51%-
HSV(B)230.23º98.85%68.24%-
XYZ8.13440.39-
YUV38.04204.72102.29-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.97%
GREEN value IS 30 (12.11% from 255) = 14.56%
BLUE value IS 174 (68.36% from 255) = 84.47%
R=0.97%
G=14.56%
B=84.47%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal2301740.990.8300.32230.2397.7334.51
Hex21EAE6353020e66223
Octal23625614312304034614243
Binary101111010101110110001110100110100000111001101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #021EAE;
 }
 .AnyTagClassName
 {
   color: #021EAE;
 }
</style>
background-color css

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

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

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

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

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

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