#021CA3

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

Shades of International Klein Blue #021CA3

Tints of International Klein Blue #021CA3

Color information

#021CA3 (or 0x021CA3) is unknown color: approx International Klein Blue. HEX triplet: 02, 1C and A3. RGB value is (2,28,163). Sum of RGB (Red+Green+Blue) = 2+28+163=193 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 193); Green value is 28 (11.33% from 255 or 14.51% from 193); Blue value is 163 (64.06% from 255 or 84.46% from 193); Max value from RGB is 163 - color contains mainly: blue. Hex color #021CA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021CA3 is #FDE35C. Grayscale: #232323. Windows color (decimal): -16638813 or 10689538. OLE color: 10689538.

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

Color convert

RGB228163-
CMYK0.990.8300.36
HSL230.31º97.58%32.35%-
HSV(B)230.31º98.77%63.92%-
XYZ7.053.4934.95-
YUV35.62199.89104.02-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.04%
GREEN value IS 28 (11.33% from 255) = 14.51%
BLUE value IS 163 (64.06% from 255) = 84.46%
R=1.04%
G=14.51%
B=84.46%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal2281630.990.8300.36230.3197.5832.35
Hex21CA36353024e66220
Octal23424314312304434614240
Binary101110010100011110001110100110100100111001101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,28,163); }

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

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

 a { background-color: rgb(2,28,163); }

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

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

 span { border-color: rgb(2,28,163); }

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