Html Css Color HEX #022B9E International Klein Blue

📋 copy color: '#022B9E'

red 2 ◦ green 43 ◦ blue 158

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

Shades of International Klein Blue #022B9E

Tints of International Klein Blue #022B9E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 21.18%

 BLUE value IS 158 (62.11% from 255) = 77.83%

R = 0.99%
G = 21.18%
B = 77.83%

CMYK

 C value IS 0.99

 M value IS 0.73

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#022B9E (or 0x022B9E) is known color: International Klein Blue. HEX triplet: 02, 2B and 9E. RGB value is (2,43,158). Sum of RGB (Red+Green+Blue) = 2+43+158=203 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 203); Green value is 43 (17.19% from 255 or 21.18% from 203); Blue value is 158 (62.11% from 255 or 77.83% from 203); Max value from RGB is 158 - color contains mainly: blue. Hex color #022B9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022B9E is #FDD461. Grayscale: #2B2B2B. Windows color (decimal): -16634978 or 10365698. OLE color: 10365698.

HSL color Cylindrical-coordinate representation of color #022B9E: hue angle of 224.23º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022B9E is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 2 43 158 -
CMYK 0.99 0.73 0 0.38
HSL 224.23º 0.98% 0.31% -
HSV(B) 224.23º 0.99% 0.62% -
XYZ 7.06 4.21 32.79 -
YUV 43.85 192.42 98.15 -
System Red Green Blue C M Y K H S L
Decimal 2 43 158 0.99 0.73 0 0.38 224.23 0.98 0.31
Hex 2 2B 9E 63 49 0 26 E0 62 1F
Octal 2 53 236 143 111 0 46 340 142 37
Binary 10 101011 10011110 1100011 1001001 0 100110 11100000 1100010 11111

Color Harmonies of #022B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022B9E

Black with #022B9E

Text Example


Text Example

White with #022B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022B9E; }

 p { color: rgb(2,43,158); }

 H1.HeaderClassName
 {
   color: #022B9E;
 }
 .AnyTagClassName
 {
   color: #022B9E;
 }
</style>

background-color css

<style>
 a { background-color: #022B9E; }

 a { background-color: rgb(2,43,158); }

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

border-color css

<style>
 span { border-color: #022B9E; }

 span { border-color: rgb(2,43,158); }

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