Html Css Color HEX #022BA9 International Klein Blue

📋 copy color: '#022BA9'

red 2 ◦ green 43 ◦ blue 169

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

Shades of International Klein Blue #022BA9

Tints of International Klein Blue #022BA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 78.97%

R = 0.93%
G = 20.09%
B = 78.97%

CMYK

 C value IS 0.99

 M value IS 0.75

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#022BA9 (or 0x022BA9) is known color: International Klein Blue. HEX triplet: 02, 2B and A9. RGB value is (2,43,169). Sum of RGB (Red+Green+Blue) = 2+43+169=214 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 214); Green value is 43 (17.19% from 255 or 20.09% from 214); Blue value is 169 (66.41% from 255 or 78.97% from 214); Max value from RGB is 169 - color contains mainly: blue. Hex color #022BA9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022BA9 is #FDD456. Grayscale: #2C2C2C. Windows color (decimal): -16634967 or 11086594. OLE color: 11086594.

HSL color Cylindrical-coordinate representation of color #022BA9: hue angle of 225.27º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022BA9 is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 2 43 169 -
CMYK 0.99 0.75 0 0.34
HSL 225.27º 0.98% 0.34% -
HSV(B) 225.27º 0.99% 0.66% -
XYZ 8.05 4.61 38 -
YUV 45.11 197.92 97.25 -
System Red Green Blue C M Y K H S L
Decimal 2 43 169 0.99 0.75 0 0.34 225.27 0.98 0.34
Hex 2 2B A9 63 4B 0 22 E1 62 22
Octal 2 53 251 143 113 0 42 341 142 42
Binary 10 101011 10101001 1100011 1001011 0 100010 11100001 1100010 100010

Color Harmonies of #022BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022BA9

Black with #022BA9

Text Example


Text Example

White with #022BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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