#021EAB

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

Shades of International Klein Blue #021EAB

Tints of International Klein Blue #021EAB

Color information

#021EAB (or 0x021EAB) is unknown color: approx International Klein Blue. HEX triplet: 02, 1E and AB. RGB value is (2,30,171). Sum of RGB (Red+Green+Blue) = 2+30+171=203 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 203); Green value is 30 (12.11% from 255 or 14.78% from 203); Blue value is 171 (67.19% from 255 or 84.24% from 203); Max value from RGB is 171 - color contains mainly: blue. Hex color #021EAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021EAB is #FDE154. Grayscale: #252525. Windows color (decimal): -16638293 or 11214338. OLE color: 11214338.

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

Color convert

RGB230171-
CMYK0.990.8200.33
HSL230.06º97.69%33.92%-
HSV(B)230.06º98.83%67.06%-
XYZ7.843.8838.86-
YUV37.7203.22102.54-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.99%
GREEN value IS 30 (12.11% from 255) = 14.78%
BLUE value IS 171 (67.19% from 255) = 84.24%
R=0.99%
G=14.78%
B=84.24%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal2301710.990.8200.33230.0697.6933.92
Hex21EAB6352021e66222
Octal23625314312204134614242
Binary101111010101011110001110100100100001111001101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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