#021EA5

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

Shades of International Klein Blue #021EA5

Tints of International Klein Blue #021EA5

Color information

#021EA5 (or 0x021EA5) is unknown color: approx International Klein Blue. HEX triplet: 02, 1E and A5. RGB value is (2,30,165). Sum of RGB (Red+Green+Blue) = 2+30+165=197 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 197); Green value is 30 (12.11% from 255 or 15.23% from 197); Blue value is 165 (64.84% from 255 or 83.76% from 197); Max value from RGB is 165 - color contains mainly: blue. Hex color #021EA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021EA5 is #FDE15A. Grayscale: #242424. Windows color (decimal): -16638299 or 10821122. OLE color: 10821122.

HSL color Cylindrical-coordinate representation of color #021EA5: hue angle of 229.69º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021EA5 is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB230165-
CMYK0.990.8200.35
HSL229.69º97.6%32.75%-
HSV(B)229.69º98.79%64.71%-
XYZ7.283.6635.92-
YUV37.02200.22103.02-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.02%
GREEN value IS 30 (12.11% from 255) = 15.23%
BLUE value IS 165 (64.84% from 255) = 83.76%
R=1.02%
G=15.23%
B=83.76%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal2301650.990.8200.35229.6997.632.75
Hex21EA56352023e66221
Octal23624514312204334614241
Binary101111010100101110001110100100100011111001101100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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