Html Css Color HEX #021E99 International Klein Blue

📋 copy color: '#021E99'

red 2 ◦ green 30 ◦ blue 153

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

Shades of International Klein Blue #021E99

Tints of International Klein Blue #021E99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 82.7%

R = 1.08%
G = 16.22%
B = 82.7%

CMYK

 C value IS 0.99

 M value IS 0.80

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#021E99 (or 0x021E99) is known color: International Klein Blue. HEX triplet: 02, 1E and 99. RGB value is (2,30,153). Sum of RGB (Red+Green+Blue) = 2+30+153=185 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 185); Green value is 30 (12.11% from 255 or 16.22% from 185); Blue value is 153 (60.16% from 255 or 82.70% from 185); Max value from RGB is 153 - color contains mainly: blue. Hex color #021E99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021E99 is #FDE166. Grayscale: #232323. Windows color (decimal): -16638311 or 10034690. OLE color: 10034690.

HSL color Cylindrical-coordinate representation of color #021E99: hue angle of 228.87º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021E99 is Cyan = 0.99, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 2 30 153 -
CMYK 0.99 0.80 0 0.4
HSL 228.87º 0.97% 0.3% -
HSV(B) 228.87º 0.99% 0.6% -
XYZ 6.24 3.24 30.43 -
YUV 35.65 194.22 104 -
System Red Green Blue C M Y K H S L
Decimal 2 30 153 0.99 0.80 0 0.4 228.87 0.97 0.3
Hex 2 1E 99 63 50 0 28 E5 61 1E
Octal 2 36 231 143 120 0 50 345 141 36
Binary 10 11110 10011001 1100011 1010000 0 101000 11100101 1100001 11110

Color Harmonies of #021E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021E99

Black with #021E99

Text Example


Text Example

White with #021E99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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