Html Css Color HEX #0022AC International Klein Blue

📋 copy color: '#0022AC'

red 0 ◦ green 34 ◦ blue 172

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

Shades of International Klein Blue #0022AC

Tints of International Klein Blue #0022AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 83.5%

R = 0%
G = 16.5%
B = 83.5%

CMYK

 C value IS 1

 M value IS 0.80

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0022AC (or 0x0022AC) is known color: International Klein Blue. HEX triplet: 00, 22 and AC. RGB value is (0,34,172). Sum of RGB (Red+Green+Blue) = 0+34+172=206 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 206); Green value is 34 (13.67% from 255 or 16.50% from 206); Blue value is 172 (67.58% from 255 or 83.50% from 206); Max value from RGB is 172 - color contains mainly: blue. Hex color #0022AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0022AC is #FFDD53. Grayscale: #262626. Windows color (decimal): -16768340 or 11280896. OLE color: 11280896.

HSL color Cylindrical-coordinate representation of color #0022AC: hue angle of 228.14º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0022AC is Cyan = 1, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 0 34 172 -
CMYK 1 0.80 0 0.33
HSL 228.14º 1% 0.34% -
HSV(B) 228.14º 1% 0.67% -
XYZ 8.02 4.12 39.4 -
YUV 39.57 202.74 99.78 -
System Red Green Blue C M Y K H S L
Decimal 0 34 172 1 0.80 0 0.33 228.14 1 0.34
Hex 0 22 AC 64 50 0 21 E4 64 22
Octal 0 42 254 144 120 0 41 344 144 42
Binary 0 100010 10101100 1100100 1010000 0 100001 11100100 1100100 100010

Color Harmonies of #0022AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0022AC

Black with #0022AC

Text Example


Text Example

White with #0022AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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