#021E9D

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

Shades of International Klein Blue #021E9D

Tints of International Klein Blue #021E9D

Color information

#021E9D (or 0x021E9D) is unknown color: approx International Klein Blue. HEX triplet: 02, 1E and 9D. RGB value is (2,30,157). Sum of RGB (Red+Green+Blue) = 2+30+157=189 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 189); Green value is 30 (12.11% from 255 or 15.87% from 189); Blue value is 157 (61.72% from 255 or 83.07% from 189); Max value from RGB is 157 - color contains mainly: blue. Hex color #021E9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021E9D is #FDE162. Grayscale: #232323. Windows color (decimal): -16638307 or 10296834. OLE color: 10296834.

HSL color Cylindrical-coordinate representation of color #021E9D: hue angle of 229.16º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021E9D is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB230157-
CMYK0.990.8100.38
HSL229.16º97.48%31.18%-
HSV(B)229.16º98.73%61.57%-
XYZ6.583.3832.2-
YUV36.11196.22103.67-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.06%
GREEN value IS 30 (12.11% from 255) = 15.87%
BLUE value IS 157 (61.72% from 255) = 83.07%
R=1.06%
G=15.87%
B=83.07%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal2301570.990.8100.38229.1697.4831.18
Hex21E9D6351026e5611f
Octal23623514312104634514137
Binary10111101001110111000111010001010011011100101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,30,157); }

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

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

 a { background-color: rgb(2,30,157); }

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

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

 span { border-color: rgb(2,30,157); }

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