Html Css Color HEX #0022A2 International Klein Blue

📋 copy color: '#0022A2'

red 0 ◦ green 34 ◦ blue 162

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

Shades of International Klein Blue #0022A2

Tints of International Klein Blue #0022A2

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 34 (13.67% from 255) = 17.35%

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

R = 0%
G = 17.35%
B = 82.65%

CMYK

 C value IS 1

 M value IS 0.79

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#0022A2 (or 0x0022A2) is known color: International Klein Blue. HEX triplet: 00, 22 and A2. RGB value is (0,34,162). Sum of RGB (Red+Green+Blue) = 0+34+162=196 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 196); Green value is 34 (13.67% from 255 or 17.35% from 196); Blue value is 162 (63.67% from 255 or 82.65% from 196); Max value from RGB is 162 - color contains mainly: blue. Hex color #0022A2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0022A2 is #FFDD5D. Grayscale: #252525. Windows color (decimal): -16768350 or 10625536. OLE color: 10625536.

HSL color Cylindrical-coordinate representation of color #0022A2: hue angle of 227.41º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0022A2 is Cyan = 1, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 0 34 162 -
CMYK 1 0.79 0 0.36
HSL 227.41º 1% 0.32% -
HSV(B) 227.41º 1% 0.64% -
XYZ 7.09 3.75 34.53 -
YUV 38.43 197.74 100.59 -
System Red Green Blue C M Y K H S L
Decimal 0 34 162 1 0.79 0 0.36 227.41 1 0.32
Hex 0 22 A2 64 4F 0 24 E3 64 20
Octal 0 42 242 144 117 0 44 343 144 40
Binary 0 100010 10100010 1100100 1001111 0 100100 11100011 1100100 100000

Color Harmonies of #0022A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0022A2

Black with #0022A2

Text Example


Text Example

White with #0022A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0022A2; }

 p { color: rgb(0,34,162); }

 H1.HeaderClassName
 {
   color: #0022A2;
 }
 .AnyTagClassName
 {
   color: #0022A2;
 }
</style>

background-color css

<style>
 a { background-color: #0022A2; }

 a { background-color: rgb(0,34,162); }

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

border-color css

<style>
 span { border-color: #0022A2; }

 span { border-color: rgb(0,34,162); }

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