Html Css Color HEX #022AB1 International Klein Blue

📋 copy color: '#022AB1'

red 2 ◦ green 42 ◦ blue 177

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

Shades of International Klein Blue #022AB1

Tints of International Klein Blue #022AB1

RGB

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

 GREEN value IS 42 (16.8% from 255) = 19%

 BLUE value IS 177 (69.53% from 255) = 80.09%

R = 0.9%
G = 19%
B = 80.09%

CMYK

 C value IS 0.99

 M value IS 0.76

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#022AB1 (or 0x022AB1) is known color: International Klein Blue. HEX triplet: 02, 2A and B1. RGB value is (2,42,177). Sum of RGB (Red+Green+Blue) = 2+42+177=221 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 221); Green value is 42 (16.80% from 255 or 19.00% from 221); Blue value is 177 (69.53% from 255 or 80.09% from 221); Max value from RGB is 177 - color contains mainly: blue. Hex color #022AB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022AB1 is #FDD54E. Grayscale: #2C2C2C. Windows color (decimal): -16635215 or 11610626. OLE color: 11610626.

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

Color convert

RGB 2 42 177 -
CMYK 0.99 0.76 0 0.31
HSL 226.29º 0.98% 0.35% -
HSV(B) 226.29º 0.99% 0.69% -
XYZ 8.79 4.84 42.07 -
YUV 45.43 202.25 97.02 -
System Red Green Blue C M Y K H S L
Decimal 2 42 177 0.99 0.76 0 0.31 226.29 0.98 0.35
Hex 2 2A B1 63 4C 0 1F E2 62 23
Octal 2 52 261 143 114 0 37 342 142 43
Binary 10 101010 10110001 1100011 1001100 0 11111 11100010 1100010 100011

Color Harmonies of #022AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022AB1

Black with #022AB1

Text Example


Text Example

White with #022AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,42,177); }

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

background-color css

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

 a { background-color: rgb(2,42,177); }

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

border-color css

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

 span { border-color: rgb(2,42,177); }

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