#021FA2

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

Shades of International Klein Blue #021FA2

Tints of International Klein Blue #021FA2

Color information

#021FA2 (or 0x021FA2) is unknown color: approx International Klein Blue. HEX triplet: 02, 1F and A2. RGB value is (2,31,162). Sum of RGB (Red+Green+Blue) = 2+31+162=195 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 195); Green value is 31 (12.5% from 255 or 15.90% from 195); Blue value is 162 (63.67% from 255 or 83.08% from 195); Max value from RGB is 162 - color contains mainly: blue. Hex color #021FA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021FA2 is #FDE05D. Grayscale: #242424. Windows color (decimal): -16638046 or 10624770. OLE color: 10624770.

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

Color convert

RGB231162-
CMYK0.990.8100.36
HSL229.12º97.56%32.16%-
HSV(B)229.12º98.77%63.53%-
XYZ7.043.634.51-
YUV37.26198.39102.85-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.03%
GREEN value IS 31 (12.5% from 255) = 15.90%
BLUE value IS 162 (63.67% from 255) = 83.08%
R=1.03%
G=15.90%
B=83.08%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal2311620.990.8100.36229.1297.5632.16
Hex21FA26351024e56220
Octal23724214312104434514240
Binary101111110100010110001110100010100100111001011100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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