Html Css Color HEX #021EAC International Klein Blue

📋 copy color: '#021EAC'

red 2 ◦ green 30 ◦ blue 172

#021EAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of International Klein Blue #021EAC

Tints of International Klein Blue #021EAC

RGB

 RED value IS 2 (1.17% from 255) = 0.98%

 GREEN value IS 30 (12.11% from 255) = 14.71%

 BLUE value IS 172 (67.58% from 255) = 84.31%

R = 0.98%
G = 14.71%
B = 84.31%

CMYK

 C value IS 0.99

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#021EAC (or 0x021EAC) is known color: International Klein Blue. HEX triplet: 02, 1E and AC. RGB value is (2,30,172). Sum of RGB (Red+Green+Blue) = 2+30+172=204 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 204); Green value is 30 (12.11% from 255 or 14.71% from 204); Blue value is 172 (67.58% from 255 or 84.31% from 204); Max value from RGB is 172 - color contains mainly: blue. Hex color #021EAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021EAC is #FDE153. Grayscale: #252525. Windows color (decimal): -16638292 or 11279874. OLE color: 11279874.

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

Color convert

RGB 2 30 172 -
CMYK 0.99 0.83 0 0.33
HSL 230.12º 0.98% 0.34% -
HSV(B) 230.12º 0.99% 0.67% -
XYZ 7.94 3.92 39.37 -
YUV 37.82 203.72 102.45 -
System Red Green Blue C M Y K H S L
Decimal 2 30 172 0.99 0.83 0 0.33 230.12 0.98 0.34
Hex 2 1E AC 63 53 0 21 E6 62 22
Octal 2 36 254 143 123 0 41 346 142 42
Binary 10 11110 10101100 1100011 1010011 0 100001 11100110 1100010 100010

Color Harmonies of #021EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021EAC

Black with #021EAC

Text Example


Text Example

White with #021EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #021EAC;
 }
 .AnyTagClassName
 {
   color: #021EAC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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