#021bab

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

Shades of International Klein Blue #021BAB

Tints of International Klein Blue #021BAB

Color information

#021BAB (or 0x021BAB) is unknown color: approx International Klein Blue. HEX triplet: 02, 1B and AB. RGB value is (2,27,171). Sum of RGB (Red+Green+Blue) = 2+27+171=200 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1% from 200); Green value is 27 (10.94% from 255 or 13.5% from 200); Blue value is 171 (67.19% from 255 or 85.5% from 200); Max value from RGB is 171 - color contains mainly: blue. Hex color #021BAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021BAB is #FDE454. Grayscale: #232323. Windows color (decimal): -16639061 or 11213570. OLE color: 11213570.

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

Color convert

RGB227171-
CMYK0.990.8400.33
HSL231.12º97.69%33.92%-
HSV(B)231.12º98.83%67.06%-
XYZ7.773.7438.84-
YUV35.94204.22103.79-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1%
GREEN value IS 27 (10.94% from 255) = 13.5%
BLUE value IS 171 (67.19% from 255) = 85.5%
R=1%
G=13.5%
B=85.5%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal2271710.990.8400.33231.1297.6933.92
Hex21BAB6354021e76222
Octal23325314312404134714242
Binary101101110101011110001110101000100001111001111100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021bab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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