#021AAB

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

Shades of International Klein Blue #021AAB

Tints of International Klein Blue #021AAB

Color information

#021AAB (or 0x021AAB) is unknown color: approx International Klein Blue. HEX triplet: 02, 1A and AB. RGB value is (2,26,171). Sum of RGB (Red+Green+Blue) = 2+26+171=199 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 199); Green value is 26 (10.55% from 255 or 13.07% from 199); Blue value is 171 (67.19% from 255 or 85.93% from 199); Max value from RGB is 171 - color contains mainly: blue. Hex color #021AAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021AAB is #FDE554. Grayscale: #222222. Windows color (decimal): -16639317 or 11213314. OLE color: 11213314.

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

Color convert

RGB226171-
CMYK0.990.8500.33
HSL231.48º97.69%33.92%-
HSV(B)231.48º98.83%67.06%-
XYZ7.753.6938.83-
YUV35.35204.55104.21-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.01%
GREEN value IS 26 (10.55% from 255) = 13.07%
BLUE value IS 171 (67.19% from 255) = 85.93%
R=1.01%
G=13.07%
B=85.93%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal2261710.990.8500.33231.4897.6933.92
Hex21AAB6355021e76222
Octal23225314312504134714242
Binary101101010101011110001110101010100001111001111100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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