#021E9A

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

Shades of International Klein Blue #021E9A

Tints of International Klein Blue #021E9A

Color information

#021E9A (or 0x021E9A) is unknown color: approx International Klein Blue. HEX triplet: 02, 1E and 9A. RGB value is (2,30,154). Sum of RGB (Red+Green+Blue) = 2+30+154=186 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 186); Green value is 30 (12.11% from 255 or 16.13% from 186); Blue value is 154 (60.55% from 255 or 82.80% from 186); Max value from RGB is 154 - color contains mainly: blue. Hex color #021E9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021E9A is #FDE165. Grayscale: #232323. Windows color (decimal): -16638310 or 10100226. OLE color: 10100226.

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

Color convert

RGB230154-
CMYK0.990.8100.40
HSL228.95º97.44%30.59%-
HSV(B)228.95º98.7%60.39%-
XYZ6.323.2730.87-
YUV35.76194.72103.92-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.08%
GREEN value IS 30 (12.11% from 255) = 16.13%
BLUE value IS 154 (60.55% from 255) = 82.80%
R=1.08%
G=16.13%
B=82.80%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal2301540.990.8100.40228.9597.4430.59
Hex21E9A6351028e5611f
Octal23623214312105034514137
Binary10111101001101011000111010001010100011100101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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