Html Css Color HEX #021AAE International Klein Blue

📋 copy color: '#021AAE'

red 2 ◦ green 26 ◦ blue 174

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

Shades of International Klein Blue #021AAE

Tints of International Klein Blue #021AAE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.87%

 BLUE value IS 174 (68.36% from 255) = 86.14%

R = 0.99%
G = 12.87%
B = 86.14%

CMYK

 C value IS 0.99

 M value IS 0.85

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#021AAE (or 0x021AAE) is known color: International Klein Blue. HEX triplet: 02, 1A and AE. RGB value is (2,26,174). Sum of RGB (Red+Green+Blue) = 2+26+174=202 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 202); Green value is 26 (10.55% from 255 or 12.87% from 202); Blue value is 174 (68.36% from 255 or 86.14% from 202); Max value from RGB is 174 - color contains mainly: blue. Hex color #021AAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021AAE is #FDE551. Grayscale: #232323. Windows color (decimal): -16639314 or 11409922. OLE color: 11409922.

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

Color convert

RGB 2 26 174 -
CMYK 0.99 0.85 0 0.32
HSL 231.63º 0.98% 0.35% -
HSV(B) 231.63º 0.99% 0.68% -
XYZ 8.03 3.81 40.36 -
YUV 35.7 206.05 103.97 -
System Red Green Blue C M Y K H S L
Decimal 2 26 174 0.99 0.85 0 0.32 231.63 0.98 0.35
Hex 2 1A AE 63 55 0 20 E8 62 23
Octal 2 32 256 143 125 0 40 350 142 43
Binary 10 11010 10101110 1100011 1010101 0 100000 11101000 1100010 100011

Color Harmonies of #021AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021AAE

Black with #021AAE

Text Example


Text Example

White with #021AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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