#021EA9

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

Shades of International Klein Blue #021EA9

Tints of International Klein Blue #021EA9

Color information

#021EA9 (or 0x021EA9) is unknown color: approx International Klein Blue. HEX triplet: 02, 1E and A9. RGB value is (2,30,169). Sum of RGB (Red+Green+Blue) = 2+30+169=201 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.00% from 201); Green value is 30 (12.11% from 255 or 14.93% from 201); Blue value is 169 (66.41% from 255 or 84.08% from 201); Max value from RGB is 169 - color contains mainly: blue. Hex color #021EA9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021EA9 is #FDE156. Grayscale: #242424. Windows color (decimal): -16638295 or 11083266. OLE color: 11083266.

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

Color convert

RGB230169-
CMYK0.990.8200.34
HSL229.94º97.66%33.53%-
HSV(B)229.94º98.82%66.27%-
XYZ7.653.8137.87-
YUV37.47202.22102.7-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.00%
GREEN value IS 30 (12.11% from 255) = 14.93%
BLUE value IS 169 (66.41% from 255) = 84.08%
R=1.00%
G=14.93%
B=84.08%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal2301690.990.8200.34229.9497.6633.53
Hex21EA96352022e66222
Octal23625114312204234614242
Binary101111010101001110001110100100100010111001101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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