#021DAE

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

Shades of International Klein Blue #021DAE

Tints of International Klein Blue #021DAE

Color information

#021DAE (or 0x021DAE) is unknown color: approx International Klein Blue. HEX triplet: 02, 1D and AE. RGB value is (2,29,174). Sum of RGB (Red+Green+Blue) = 2+29+174=205 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 205); Green value is 29 (11.72% from 255 or 14.15% from 205); Blue value is 174 (68.36% from 255 or 84.88% from 205); Max value from RGB is 174 - color contains mainly: blue. Hex color #021DAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021DAE is #FDE251. Grayscale: #242424. Windows color (decimal): -16638546 or 11410690. OLE color: 11410690.

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

Color convert

RGB229174-
CMYK0.990.8300.32
HSL230.58º97.73%34.51%-
HSV(B)230.58º98.85%68.24%-
XYZ8.13.9540.38-
YUV37.46205.05102.71-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.98%
GREEN value IS 29 (11.72% from 255) = 14.15%
BLUE value IS 174 (68.36% from 255) = 84.88%
R=0.98%
G=14.15%
B=84.88%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal2291740.990.8300.32230.5897.7334.51
Hex21DAE6353020e76223
Octal23525614312304034714243
Binary101110110101110110001110100110100000111001111100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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