#021BAE

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

Shades of International Klein Blue #021BAE

Tints of International Klein Blue #021BAE

Color information

#021BAE (or 0x021BAE) is unknown color: approx International Klein Blue. HEX triplet: 02, 1B and AE. RGB value is (2,27,174). Sum of RGB (Red+Green+Blue) = 2+27+174=203 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 203); Green value is 27 (10.94% from 255 or 13.30% from 203); Blue value is 174 (68.36% from 255 or 85.71% from 203); Max value from RGB is 174 - color contains mainly: blue. Hex color #021BAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021BAE is #FDE451. Grayscale: #232323. Windows color (decimal): -16639058 or 11410178. OLE color: 11410178.

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

Color convert

RGB227174-
CMYK0.990.8400.32
HSL231.28º97.73%34.51%-
HSV(B)231.28º98.85%68.24%-
XYZ8.063.8540.36-
YUV36.28205.72103.55-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.99%
GREEN value IS 27 (10.94% from 255) = 13.30%
BLUE value IS 174 (68.36% from 255) = 85.71%
R=0.99%
G=13.30%
B=85.71%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal2271740.990.8400.32231.2897.7334.51
Hex21BAE6354020e76223
Octal23325614312404034714243
Binary101101110101110110001110101000100000111001111100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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