Html Css Color HEX #022FA2 International Klein Blue

📋 copy color: '#022FA2'

red 2 ◦ green 47 ◦ blue 162

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

Shades of International Klein Blue #022FA2

Tints of International Klein Blue #022FA2

RGB

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

 GREEN value IS 47 (18.75% from 255) = 22.27%

 BLUE value IS 162 (63.67% from 255) = 76.78%

R = 0.95%
G = 22.27%
B = 76.78%

CMYK

 C value IS 0.99

 M value IS 0.71

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#022FA2 (or 0x022FA2) is known color: International Klein Blue. HEX triplet: 02, 2F and A2. RGB value is (2,47,162). Sum of RGB (Red+Green+Blue) = 2+47+162=211 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 211); Green value is 47 (18.75% from 255 or 22.27% from 211); Blue value is 162 (63.67% from 255 or 76.78% from 211); Max value from RGB is 162 - color contains mainly: blue. Hex color #022FA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022FA2 is #FDD05D. Grayscale: #2E2E2E. Windows color (decimal): -16633950 or 10628866. OLE color: 10628866.

HSL color Cylindrical-coordinate representation of color #022FA2: hue angle of 223.12º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022FA2 is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 2 47 162 -
CMYK 0.99 0.71 0 0.36
HSL 223.13º 0.98% 0.32% -
HSV(B) 223.13º 0.99% 0.64% -
XYZ 7.56 4.65 34.68 -
YUV 46.66 193.09 96.15 -
System Red Green Blue C M Y K H S L
Decimal 2 47 162 0.99 0.71 0 0.36 223.13 0.98 0.32
Hex 2 2F A2 63 47 0 24 DF 62 20
Octal 2 57 242 143 107 0 44 337 142 40
Binary 10 101111 10100010 1100011 1000111 0 100100 11011111 1100010 100000

Color Harmonies of #022FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022FA2

Black with #022FA2

Text Example


Text Example

White with #022FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,47,162); }

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

background-color css

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

 a { background-color: rgb(2,47,162); }

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

border-color css

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

 span { border-color: rgb(2,47,162); }

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