Html Css Color HEX #022FA4 International Klein Blue

📋 copy color: '#022FA4'

red 2 ◦ green 47 ◦ blue 164

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

Shades of International Klein Blue #022FA4

Tints of International Klein Blue #022FA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 77%

R = 0.94%
G = 22.07%
B = 77%

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

#022FA4 (or 0x022FA4) is known color: International Klein Blue. HEX triplet: 02, 2F and A4. RGB value is (2,47,164). Sum of RGB (Red+Green+Blue) = 2+47+164=213 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 213); Green value is 47 (18.75% from 255 or 22.07% from 213); Blue value is 164 (64.45% from 255 or 77.00% from 213); Max value from RGB is 164 - color contains mainly: blue. Hex color #022FA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022FA4 is #FDD05B. Grayscale: #2E2E2E. Windows color (decimal): -16633948 or 10759938. OLE color: 10759938.

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

Color convert

RGB 2 47 164 -
CMYK 0.99 0.71 0 0.36
HSL 223.33º 0.98% 0.33% -
HSV(B) 223.33º 0.99% 0.64% -
XYZ 7.74 4.73 35.63 -
YUV 46.88 194.09 95.99 -
System Red Green Blue C M Y K H S L
Decimal 2 47 164 0.99 0.71 0 0.36 223.33 0.98 0.33
Hex 2 2F A4 63 47 0 24 DF 62 21
Octal 2 57 244 143 107 0 44 337 142 41
Binary 10 101111 10100100 1100011 1000111 0 100100 11011111 1100010 100001

Color Harmonies of #022FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022FA4

Black with #022FA4

Text Example


Text Example

White with #022FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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