Html Css Color HEX #0220AE International Klein Blue

📋 copy color: '#0220AE'

red 2 ◦ green 32 ◦ blue 174

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

Shades of International Klein Blue #0220AE

Tints of International Klein Blue #0220AE

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.38%

 BLUE value IS 174 (68.36% from 255) = 83.65%

R = 0.96%
G = 15.38%
B = 83.65%

CMYK

 C value IS 0.99

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0220AE (or 0x0220AE) is known color: International Klein Blue. HEX triplet: 02, 20 and AE. RGB value is (2,32,174). Sum of RGB (Red+Green+Blue) = 2+32+174=208 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 208); Green value is 32 (12.89% from 255 or 15.38% from 208); Blue value is 174 (68.36% from 255 or 83.65% from 208); Max value from RGB is 174 - color contains mainly: blue. Hex color #0220AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0220AE is #FDDF51. Grayscale: #262626. Windows color (decimal): -16637778 or 11411458. OLE color: 11411458.

HSL color Cylindrical-coordinate representation of color #0220AE: hue angle of 229.53º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0220AE is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 2 32 174 -
CMYK 0.99 0.82 0 0.32
HSL 229.53º 0.98% 0.35% -
HSV(B) 229.53º 0.99% 0.68% -
XYZ 8.18 4.1 40.4 -
YUV 39.22 204.06 101.45 -
System Red Green Blue C M Y K H S L
Decimal 2 32 174 0.99 0.82 0 0.32 229.53 0.98 0.35
Hex 2 20 AE 63 52 0 20 E6 62 23
Octal 2 40 256 143 122 0 40 346 142 43
Binary 10 100000 10101110 1100011 1010010 0 100000 11100110 1100010 100011

Color Harmonies of #0220AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0220AE

Black with #0220AE

Text Example


Text Example

White with #0220AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0220AE; }

 p { color: rgb(2,32,174); }

 H1.HeaderClassName
 {
   color: #0220AE;
 }
 .AnyTagClassName
 {
   color: #0220AE;
 }
</style>

background-color css

<style>
 a { background-color: #0220AE; }

 a { background-color: rgb(2,32,174); }

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

border-color css

<style>
 span { border-color: #0220AE; }

 span { border-color: rgb(2,32,174); }

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