#021BA2

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

Shades of International Klein Blue #021BA2

Tints of International Klein Blue #021BA2

Color information

#021BA2 (or 0x021BA2) is unknown color: approx International Klein Blue. HEX triplet: 02, 1B and A2. RGB value is (2,27,162). Sum of RGB (Red+Green+Blue) = 2+27+162=191 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 191); Green value is 27 (10.94% from 255 or 14.14% from 191); Blue value is 162 (63.67% from 255 or 84.82% from 191); Max value from RGB is 162 - color contains mainly: blue. Hex color #021BA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021BA2 is #FDE45D. Grayscale: #222222. Windows color (decimal): -16639070 or 10623746. OLE color: 10623746.

HSL color Cylindrical-coordinate representation of color #021BA2: hue angle of 230.62º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021BA2 is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB227162-
CMYK0.990.8300.36
HSL230.62º97.56%32.16%-
HSV(B)230.62º98.77%63.53%-
XYZ6.943.4134.47-
YUV34.92199.72104.52-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.05%
GREEN value IS 27 (10.94% from 255) = 14.14%
BLUE value IS 162 (63.67% from 255) = 84.82%
R=1.05%
G=14.14%
B=84.82%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal2271620.990.8300.36230.6297.5632.16
Hex21BA26353024e76220
Octal23324214312304434714240
Binary101101110100010110001110100110100100111001111100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,27,162); }

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

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

 a { background-color: rgb(2,27,162); }

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

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

 span { border-color: rgb(2,27,162); }

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