#021C9E

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

Shades of International Klein Blue #021C9E

Tints of International Klein Blue #021C9E

Color information

#021C9E (or 0x021C9E) is unknown color: approx International Klein Blue. HEX triplet: 02, 1C and 9E. RGB value is (2,28,158). Sum of RGB (Red+Green+Blue) = 2+28+158=188 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 188); Green value is 28 (11.33% from 255 or 14.89% from 188); Blue value is 158 (62.11% from 255 or 84.04% from 188); Max value from RGB is 158 - color contains mainly: blue. Hex color #021C9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021C9E is #FDE361. Grayscale: #222222. Windows color (decimal): -16638818 or 10361858. OLE color: 10361858.

HSL color Cylindrical-coordinate representation of color #021C9E: hue angle of 230º degrees, saturation: 0.98, 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 #021C9E is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB228158-
CMYK0.990.8200.38
HSL230º97.5%31.37%-
HSV(B)230º98.73%61.96%-
XYZ6.613.3132.64-
YUV35.05197.39104.43-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.06%
GREEN value IS 28 (11.33% from 255) = 14.89%
BLUE value IS 158 (62.11% from 255) = 84.04%
R=1.06%
G=14.89%
B=84.04%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal2281580.990.8200.3823097.531.37
Hex21C9E6352026e6621f
Octal23423614312204634614237
Binary10111001001111011000111010010010011011100110110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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