#0218AE

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

Shades of International Klein Blue #0218AE

Tints of International Klein Blue #0218AE

Color information

#0218AE (or 0x0218AE) is unknown color: approx International Klein Blue. HEX triplet: 02, 18 and AE. RGB value is (2,24,174). Sum of RGB (Red+Green+Blue) = 2+24+174=200 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1% from 200); Green value is 24 (9.77% from 255 or 12% from 200); Blue value is 174 (68.36% from 255 or 87% from 200); Max value from RGB is 174 - color contains mainly: blue. Hex color #0218AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0218AE is #FDE751. Grayscale: #212121. Windows color (decimal): -16639826 or 11409410. OLE color: 11409410.

HSL color Cylindrical-coordinate representation of color #0218AE: hue angle of 232.33º 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 #0218AE is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB224174-
CMYK0.990.8600.32
HSL232.33º97.73%34.51%-
HSV(B)232.33º98.85%68.24%-
XYZ7.993.7240.34-
YUV34.52206.71104.8-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1%
GREEN value IS 24 (9.77% from 255) = 12%
BLUE value IS 174 (68.36% from 255) = 87%
R=1%
G=12%
B=87%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal2241740.990.8600.32232.3397.7334.51
Hex218AE6356020e86223
Octal23025614312604035014243
Binary101100010101110110001110101100100000111010001100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0218AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0218AE; }

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

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

<style>
 a { background-color: #0218AE; }

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

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

<style>
 span { border-color: #0218AE; }

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

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